Skip to content

Commit

Permalink
Minor tweaks to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Oct 11, 2024
1 parent 551ef58 commit 576ebd5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [

[workspace.package]
edition = "2021"
version = "0.0.1"
version = "0.0.2"
license = "MIT OR Apache-2.0"
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
This repository contains Rust bindings for AMD ROCm HIP runtime libraries used by CubeCL.

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

## Prerequisites

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

0 comments on commit 576ebd5

Please sign in to comment.