Skip to content

Commit cd92533

Browse files
ROCM 6.3.2 patch (#14)
1 parent c342ddf commit cd92533

File tree

3 files changed

+8182
-4
lines changed

3 files changed

+8182
-4
lines changed

crates/cubecl-hip-sys/Cargo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ rust-version = "1.81"
1515
default = []
1616

1717
# ROCm versions
18-
rocm__6_2_2 = [ "hip_41134" ]
19-
rocm__6_2_4 = [ "hip_41134" ]
20-
rocm__6_3_0 = [ "hip_42131" ]
21-
rocm__6_3_1 = [ "hip_42133" ]
18+
rocm__6_2_2 = ["hip_41134"]
19+
rocm__6_2_4 = ["hip_41134"]
20+
rocm__6_3_0 = ["hip_42131"]
21+
rocm__6_3_1 = ["hip_42133"]
22+
rocm__6_3_2 = ["hip_42134"]
2223

2324
# HIP versions
2425
hip_41134 = []
2526
hip_42131 = []
2627
hip_42133 = []
28+
hip_42134 = []
2729

2830
[dependencies]
2931
libc = { workspace = true }

0 commit comments

Comments
 (0)