chore: bump tfhe-cuda-backend to 0.12.0-alpha.0

This commit is contained in:
Arthur Meyre
2025-09-24 15:15:42 +02:00
parent d5b5369a9a
commit d60028c47c
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ tfhe-fft = { version = "0.9.0", path = "../tfhe-fft", features = [
] }
tfhe-ntt = { version = "0.6.1", path = "../tfhe-ntt" }
pulp = { workspace = true, features = ["default"] }
tfhe-cuda-backend = { version = "0.11.0", path = "../backends/tfhe-cuda-backend", optional = true }
tfhe-cuda-backend = { version = "0.12.0-alpha.0", path = "../backends/tfhe-cuda-backend", optional = true }
aligned-vec = { workspace = true, features = ["default", "serde"] }
dyn-stack = { workspace = true, features = ["default"] }
paste = "1.0.7"