Skip to content

Commit

Permalink
Exclude metal kernels.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Nov 9, 2023
1 parent 934af72 commit 9555c84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions candle-metal-kernels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ categories = ["science"]
license = "MIT OR Apache-2.0"

[dependencies]
metal = { workspace = true }
metal = { git = "https://github.com/ivarflakstad/metal-rs.git", features = ["mps"] }
once_cell = "1.18.0"
thiserror = { workspace = true }
tracing = { workspace = true }
thiserror = "1"
tracing = "0.1.37"

[dev-dependencies]
half = { workspace = true }
half = { version = "2.3.1", features = ["num-traits", "use-intrinsics", "rand_distr"] }

0 comments on commit 9555c84

Please sign in to comment.