@@ -156,17 +156,17 @@ portable-atomic = { version = "1.11.0" }
156156portable-atomic-util = { version = " 0.2.4" , features = [" alloc" ] }
157157
158158# ## For the main burn branch. ###
159- # cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "9a34fa342a4914a7a5ce962a4ddaef661ba557c5 " }
160- # cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "9a34fa342a4914a7a5ce962a4ddaef661ba557c5 " }
161- # cubecl-std = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "9a34fa342a4914a7a5ce962a4ddaef661ba557c5 " }
159+ cubecl = { git = " https://github.com/tracel-ai/cubecl" , default-features = false , rev = " 0e13dfd104a18f53e3d25608d59186a5e850d855 " }
160+ cubecl-common = { git = " https://github.com/tracel-ai/cubecl" , default-features = false , rev = " 0e13dfd104a18f53e3d25608d59186a5e850d855 " }
161+ cubecl-std = { git = " https://github.com/tracel-ai/cubecl" , default-features = false , rev = " 0e13dfd104a18f53e3d25608d59186a5e850d855 " }
162162# ## For local development. ###
163163# cubecl = { path = "../cubecl/crates/cubecl", default-features = false }
164164# cubecl-common = { path = "../cubecl/crates/cubecl-common", default-features = false }
165165# cubecl-std = { path = "../cubecl/crates/cubecl-std", default-features = false }
166166# ## For the release. ###
167- cubecl = { version = " 0.5.0" , default-features = false }
168- cubecl-common = { version = " 0.5.0" , default-features = false }
169- cubecl-std = { version = " 0.5.0" , default-features = false }
167+ # cubecl = { version = "0.5.0", default-features = false }
168+ # cubecl-common = { version = "0.5.0", default-features = false }
169+ # cubecl-std = { version = "0.5.0", default-features = false }
170170
171171# ## For xtask crate ###
172172tracel-xtask = { version = " =1.1.9" }
0 commit comments