Fixed matmul (display still broken without casting back to CPU first? )

This commit is contained in:
Nicolas Patry
2023-11-10 20:09:25 +01:00
committed by Nicolas Patry
parent d46670f7c0
commit 38de52bc4b
4 changed files with 127 additions and 111 deletions

View File

@ -61,7 +61,8 @@ tracing-subscriber = "0.3.7"
wav = "1.0.0"
yoke = { version = "0.7.2", features = ["derive"] }
zip = { version = "0.6.6", default-features = false }
metal = { git = "https://github.com/ivarflakstad/metal-rs.git", features = ["mps"] }
# metal = { git = "https://github.com/ivarflakstad/metal-rs.git", features = ["mps"] }
metal = { path = "../metal-rs", features = ["mps"] }
[profile.release-with-debug]
inherits = "release"