Upgrade ug. (#2882)

This commit is contained in:
Laurent Mazare
2025-04-12 13:19:32 +02:00
committed by GitHub
parent 19fb6dac1f
commit d7b7ce16e4
2 changed files with 7 additions and 3 deletions

View File

@ -70,9 +70,9 @@ tokenizers = { version = "0.21.0", default-features = false }
tracing = "0.1.37"
tracing-chrome = "0.7.1"
tracing-subscriber = "0.3.7"
ug = "0.2.0"
ug-cuda = "0.2.0"
ug-metal = "0.2.0"
ug = "0.3.1"
ug-cuda = "0.3.1"
ug-metal = "0.3.1"
yoke = { version = "0.7.2", features = ["derive"] }
zip = { version = "1.1.1", default-features = false }
metal = { version = "0.27.0", features = ["mps"]}

View File

@ -56,3 +56,7 @@ harness = false
[[example]]
name = "metal_basics"
required-features = ["metal"]
[[example]]
name = "cuda_basics"
required-features = ["cuda"]