diff --git a/README.md b/README.md index 6651aed..dac5b52 100644 --- a/README.md +++ b/README.md @@ -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. +## ⚠️ Note ⚠️ +These bindings are unsafe as they are just the raw generated by bindgen with no improvements. diff --git a/crates/cubecl-hip-sys/Cargo.toml b/crates/cubecl-hip-sys/Cargo.toml index bc417be..45a7289 100644 --- a/crates/cubecl-hip-sys/Cargo.toml +++ b/crates/cubecl-hip-sys/Cargo.toml @@ -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