We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dfaff4 commit 8dd5b4bCopy full SHA for 8dd5b4b
crates/cubecl-hip-sys/Cargo.toml
@@ -12,16 +12,18 @@ version.workspace = true
12
rust-version = "1.81"
13
14
[features]
15
-default = ["rocm__6_3_0"]
+default = ["rocm__6_3_1"]
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" ]
22
23
# HIP versions
24
hip_41134 = []
25
hip_42131 = []
26
+hip_42133 = []
27
28
[dependencies]
29
libc = { workspace = true }
0 commit comments