Skip to content

Commit 5029a2d

Browse files
authored
Bump cubecl to use wgpu 26 (#3657)
1 parent f5fe978 commit 5029a2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ portable-atomic = { version = "1.11.1" }
158158
portable-atomic-util = { version = "0.2.4", features = ["alloc"] }
159159

160160
### For the main burn branch. ###
161-
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "7daf6b6c65fb44e27df0e42e7c4ab141d93518dc" }
162-
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "7daf6b6c65fb44e27df0e42e7c4ab141d93518dc" }
163-
cubecl-quant = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "7daf6b6c65fb44e27df0e42e7c4ab141d93518dc" }
161+
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "e770e3ee6bcf9d55ffe0753ca926193e0e0fdcc8" }
162+
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "e770e3ee6bcf9d55ffe0753ca926193e0e0fdcc8" }
163+
cubecl-quant = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "e770e3ee6bcf9d55ffe0753ca926193e0e0fdcc8" }
164164
### For local development. ###
165165
# cubecl = { path = "../cubecl/crates/cubecl", default-features = false }
166166
# cubecl-common = { path = "../cubecl/crates/cubecl-common", default-features = false }

0 commit comments

Comments
 (0)