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