From d6eea10fd861b160ecbb9567672b310a330ae223 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 10 Oct 2024 14:30:22 -0400 Subject: [PATCH] Update README --- README.md | 8 ++++---- crates/cubecl-hip-sys/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6651aed..45a67fa 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