From 3050d2475a278dc9ad37e9b8f2c56996b30c839b Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 2 Dec 2024 23:59:19 -0500 Subject: [PATCH] Bindings 6.2.4 --- Cargo.toml | 2 +- crates/cubecl-hip-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f128cb..ee1db24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ [workspace.package] edition = "2021" -version = "6.2.2000" +version = "6.2.4000" license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/crates/cubecl-hip-sys/Cargo.toml b/crates/cubecl-hip-sys/Cargo.toml index d92d85c..def93be 100644 --- a/crates/cubecl-hip-sys/Cargo.toml +++ b/crates/cubecl-hip-sys/Cargo.toml @@ -12,7 +12,7 @@ version.workspace = true rust-version = "1.81" [features] -default = ["rocm_622"] +default = ["rocm_624"] rocm_622 = [] rocm_624 = []