diff --git a/Cargo.lock b/Cargo.lock index 8f30636a4..e3e85fb1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1303,7 +1303,7 @@ dependencies = [ [[package]] name = "cubecl" version = "0.1.1" -source = "git+https://github.com/tracel-ai/cubecl?tag=v0.1.1#2b95a9e245bf4362b497866ee24bec399d1c74fb" +source = "git+https://github.com/tracel-ai/cubecl#59a2dc228b24ed1e381ccd00998f0c8745a92dfd" dependencies = [ "cubecl-core", "cubecl-cuda", @@ -1314,7 +1314,7 @@ dependencies = [ [[package]] name = "cubecl-common" version = "0.1.1" -source = "git+https://github.com/tracel-ai/cubecl?tag=v0.1.1#2b95a9e245bf4362b497866ee24bec399d1c74fb" +source = "git+https://github.com/tracel-ai/cubecl#59a2dc228b24ed1e381ccd00998f0c8745a92dfd" dependencies = [ "derive-new", "getrandom", @@ -1328,7 +1328,7 @@ dependencies = [ [[package]] name = "cubecl-core" version = "0.1.1" -source = "git+https://github.com/tracel-ai/cubecl?tag=v0.1.1#2b95a9e245bf4362b497866ee24bec399d1c74fb" +source = "git+https://github.com/tracel-ai/cubecl#59a2dc228b24ed1e381ccd00998f0c8745a92dfd" dependencies = [ "bytemuck", "cubecl-macros", @@ -1343,7 +1343,7 @@ dependencies = [ [[package]] name = "cubecl-cuda" version = "0.1.1" -source = "git+https://github.com/tracel-ai/cubecl?tag=v0.1.1#2b95a9e245bf4362b497866ee24bec399d1c74fb" +source = "git+https://github.com/tracel-ai/cubecl#59a2dc228b24ed1e381ccd00998f0c8745a92dfd" dependencies = [ "bytemuck", "cubecl-common", @@ -1358,7 +1358,7 @@ dependencies = [ [[package]] name = "cubecl-linalg" version = "0.1.1" -source = "git+https://github.com/tracel-ai/cubecl?tag=v0.1.1#2b95a9e245bf4362b497866ee24bec399d1c74fb" +source = "git+https://github.com/tracel-ai/cubecl#59a2dc228b24ed1e381ccd00998f0c8745a92dfd" dependencies = [ "bytemuck", "cubecl-core", @@ -1369,7 +1369,7 @@ dependencies = [ [[package]] name = "cubecl-macros" version = "0.1.1" -source = "git+https://github.com/tracel-ai/cubecl?tag=v0.1.1#2b95a9e245bf4362b497866ee24bec399d1c74fb" +source = "git+https://github.com/tracel-ai/cubecl#59a2dc228b24ed1e381ccd00998f0c8745a92dfd" dependencies = [ "derive-new", "proc-macro2", @@ -1380,7 +1380,7 @@ dependencies = [ [[package]] name = "cubecl-runtime" version = "0.1.1" -source = "git+https://github.com/tracel-ai/cubecl?tag=v0.1.1#2b95a9e245bf4362b497866ee24bec399d1c74fb" +source = "git+https://github.com/tracel-ai/cubecl#59a2dc228b24ed1e381ccd00998f0c8745a92dfd" dependencies = [ "async-channel", "cubecl-common", @@ -1399,7 +1399,7 @@ dependencies = [ [[package]] name = "cubecl-wgpu" version = "0.1.1" -source = "git+https://github.com/tracel-ai/cubecl?tag=v0.1.1#2b95a9e245bf4362b497866ee24bec399d1c74fb" +source = "git+https://github.com/tracel-ai/cubecl#59a2dc228b24ed1e381ccd00998f0c8745a92dfd" dependencies = [ "async-channel", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 7cbc4b8dc..59782f8f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,8 +141,8 @@ sysinfo = "0.30.13" systemstat = "0.2.3" ### For the main burn branch. ### -cubecl = { tag = "v0.1.1", git = "https://github.com/tracel-ai/cubecl", default-features = false } -cubecl-common = { tag = "v0.1.1", git = "https://github.com/tracel-ai/cubecl", default-features = false } +cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, revision = "59a2dc228b24ed1e381ccd00998f0c8745a92dfd" } +cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, revision = "59a2dc228b24ed1e381ccd00998f0c8745a92dfd" } ### For local development. ### # cubecl = { path = "../cubecl/crates/cubecl" } # cubecl-common = { path = "../cubecl/crates/cubecl-common" }