Skip to content

Commit

Permalink
Bump cubecl-hip dependency to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Nov 21, 2024
1 parent e1eb00a commit bbf2c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cubecl-hip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cubecl-cpp = { path = "../cubecl-cpp", version = "0.4.0", default-features = fal
cubecl-runtime = { path = "../cubecl-runtime", version = "0.4.0", default-features = false, features = [
"channel-mutex",
] }
cubecl-hip-sys = { version = "0.0.5", default-features = false, features = ["rocm_622"] }
cubecl-hip-sys = { version = "0.0.6", default-features = false, features = ["rocm_622"] }

bytemuck = { workspace = true }

Expand Down

0 comments on commit bbf2c53

Please sign in to comment.