Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Oct 10, 2024
1 parent 6cdd031 commit 944a399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CubeCL HIP
# CubeCL ROCm HIP bindings

This repository contains Rust bindings for AMD ROCm HIP runtime libraries and used by CubeCL.
This repository contains Rust bindings for AMD ROCm HIP runtime libraries used by CubeCL.

**Note**
These bindings are unsafe as they are just generated by bindgen.
## ⚠️ Notes
These bindings are unsafe as they are just the raw generated by bindgen with no improvements.

2 changes: 1 addition & 1 deletion crates/cubecl-hip-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Tracel Technologies Inc."]
categories = ["external-ffi-bindings"]
description = "Raw ROCm HIP runtime bindings for Rust."
description = "Rust bindings for AMD ROCm HIP runtime libraries."
keywords = ["ROCm", "HIP", "API", "bindings"]
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 944a399

Please sign in to comment.