Skip to content

Commit b74863e

Browse files
authored
Fix wgpu bool and/or (#3664)
* Add bool and/or tests w/ cubecl rev * Update rev
1 parent 90ca733 commit b74863e

File tree

3 files changed

+83
-49
lines changed

3 files changed

+83
-49
lines changed

Cargo.lock

Lines changed: 60 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "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" }
161+
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "91b4e46088c872aad2dc74a8c0d73846942c1e2e" }
162+
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "91b4e46088c872aad2dc74a8c0d73846942c1e2e" }
163+
cubecl-quant = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "91b4e46088c872aad2dc74a8c0d73846942c1e2e" }
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)