From ad9d28f0bd8beb83fe8e99e01b90de07f8f1e68a Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 21 Nov 2024 00:08:05 -0500 Subject: [PATCH] Bump cubecl-hip dependency to 0.0.7 --- crates/cubecl-hip/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cubecl-hip/Cargo.toml b/crates/cubecl-hip/Cargo.toml index 6c76545a..2944e5b0 100644 --- a/crates/cubecl-hip/Cargo.toml +++ b/crates/cubecl-hip/Cargo.toml @@ -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.7", default-features = false, features = ["rocm_622"] } bytemuck = { workspace = true }