From 43b6d327f2ffba8952850e1dd3a084cd749b1d88 Mon Sep 17 00:00:00 2001 From: AsherJingkongChen <37398747+AsherJingkongChen@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:59:03 +0800 Subject: [PATCH] Update CubeCL --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 09e1db3022..f776cca953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,8 +153,8 @@ ahash = { version = "0.8.11", default-features = false } portable-atomic-util = { version = "0.2.4", features = ["alloc"] } ### For the main burn branch. ### -cubecl = { git = "https://github.com/AsherJingkongChen/cubecl", default-features = false, branch = "refactor/wgpu-v23" } -cubecl-common = { git = "https://github.com/AsherJingkongChen/cubecl", default-features = false, branch = "refactor/wgpu-v23" } +cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "4126bb6252d2d4dad531f00b54b38f283bab01eb" } +cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "4126bb6252d2d4dad531f00b54b38f283bab01eb" } ### For local development. ### # cubecl = { path = "../cubecl/crates/cubecl", default-features = false } # cubecl-common = { path = "../cubecl/crates/cubecl-common", default-features = false }