Skip to content

Commit 8dd5b4b

Browse files
committed
Update to 6.3.1
1 parent 2dfaff4 commit 8dd5b4b

File tree

3 files changed

+8170
-1
lines changed

3 files changed

+8170
-1
lines changed

crates/cubecl-hip-sys/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@ version.workspace = true
1212
rust-version = "1.81"
1313

1414
[features]
15-
default = ["rocm__6_3_0"]
15+
default = ["rocm__6_3_1"]
1616

1717
# ROCm versions
1818
rocm__6_2_2 = [ "hip_41134" ]
1919
rocm__6_2_4 = [ "hip_41134" ]
2020
rocm__6_3_0 = [ "hip_42131" ]
21+
rocm__6_3_1 = [ "hip_42133" ]
2122

2223
# HIP versions
2324
hip_41134 = []
2425
hip_42131 = []
26+
hip_42133 = []
2527

2628
[dependencies]
2729
libc = { workspace = true }

0 commit comments

Comments
 (0)