Skip to content

Commit

Permalink
Update to 6.3.1 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Knight-Ops authored Jan 11, 2025
1 parent 2dfaff4 commit d59cc55
Show file tree
Hide file tree
Showing 3 changed files with 8,170 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/cubecl-hip-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ version.workspace = true
rust-version = "1.81"

[features]
default = ["rocm__6_3_0"]
default = ["rocm__6_3_1"]

# ROCm versions
rocm__6_2_2 = [ "hip_41134" ]
rocm__6_2_4 = [ "hip_41134" ]
rocm__6_3_0 = [ "hip_42131" ]
rocm__6_3_1 = [ "hip_42133" ]

# HIP versions
hip_41134 = []
hip_42131 = []
hip_42133 = []

[dependencies]
libc = { workspace = true }
Expand Down
Loading

0 comments on commit d59cc55

Please sign in to comment.