Skip to content

Commit 6161ea2

Browse files
soumyarupsarkarSoumyarup Sarkar
andauthored
Add bindings 52802 from ROCm 7.1 (#26)
Co-authored-by: Soumyarup Sarkar <github@shoom.xyz>
1 parent 01a14db commit 6161ea2

File tree

6 files changed

+8671
-3
lines changed

6 files changed

+8671
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = ["crates/*", "xtask"]
1010
edition = "2021"
1111
license = "MIT OR Apache-2.0"
1212
readme = "README.md"
13-
version = "7.0.5183101"
13+
version = "7.1.5280201"
1414

1515
[workspace.dependencies]
1616
bindgen = "0.70.1"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Here is the table of the available bindings versions, the deprecated ones could
6666
| 43483 | 6.4.1 | 6.4.4348300 |
6767
| 43484 | 6.4.2~6.4.3 | 6.4.4348400 |
6868
| 51831 | 7.0.0~7.0.1 | 7.0.5183101 |
69+
| 52802 | 7.1.1 | 7.1.5280201 |
6970

7071
## Running tests
7172

@@ -77,7 +78,7 @@ Then execute the following xtask command:
7778
# test ROCm bindings againt the system default ROCm installation if found
7879
cargo xtask test
7980
# test a specific version that is not the default by providing a value for HIP_PATH using -p
80-
xtask test -p /opt/rocm-7.0.0
81+
cargo xtask test -p /opt/rocm-7.0.0
8182
```
8283

8384
## Generate bindings for a given version of ROCm

crates/cubecl-hip-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ hip_43482 = []
2222
hip_43483 = []
2323
hip_43484 = []
2424
hip_51831 = []
25+
hip_52802 = []
2526

2627
[dependencies]
2728
libc = { workspace = true }

0 commit comments

Comments
 (0)