fix: update cudarc comment — vendored via patch.crates-io for H100 cublasLtMatmul fix

This commit is contained in:
jgrusewski
2026-04-10 21:13:15 +02:00
parent fb8b842d1f
commit d5fba5558d

View File

@@ -128,7 +128,7 @@ rust_decimal.workspace = true
# gymnasium, rerun - REMOVED (RL frameworks moved to ml_training_service)
# cudarc — direct dep after candle removal, gated behind cuda feature
# cudarc — vendored fork (vendor/cudarc): has_async_alloc=false fix for cublasLtMatmul on H100
cudarc = { version = "0.19", optional = true, default-features = false, features = ["driver", "cublas", "cublaslt", "dynamic-linking", "std", "cuda-version-from-build-system", "f16"] }
rayon.workspace = true
crossbeam = { version = "0.8", features = ["std"] }