We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c342ddf commit cd92533Copy full SHA for cd92533
crates/cubecl-hip-sys/Cargo.toml
@@ -15,15 +15,17 @@ rust-version = "1.81"
15
default = []
16
17
# 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" ]
+rocm__6_2_2 = ["hip_41134"]
+rocm__6_2_4 = ["hip_41134"]
+rocm__6_3_0 = ["hip_42131"]
+rocm__6_3_1 = ["hip_42133"]
22
+rocm__6_3_2 = ["hip_42134"]
23
24
# HIP versions
25
hip_41134 = []
26
hip_42131 = []
27
hip_42133 = []
28
+hip_42134 = []
29
30
[dependencies]
31
libc = { workspace = true }
0 commit comments