From 9cd7aeccf5d4e448721f2ec9e9a41a28cb0f1d43 Mon Sep 17 00:00:00 2001 From: Agnes Leroy Date: Thu, 20 Jun 2024 13:12:10 +0200 Subject: [PATCH] chore(gpu): bump cuda backend version --- backends/tfhe-cuda-backend/Cargo.toml | 2 +- tfhe/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/tfhe-cuda-backend/Cargo.toml b/backends/tfhe-cuda-backend/Cargo.toml index bd7a3e0af8..2759f72bf2 100644 --- a/backends/tfhe-cuda-backend/Cargo.toml +++ b/backends/tfhe-cuda-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe-cuda-backend" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Zama team"] license = "BSD-3-Clause-Clear" diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 258cd18582..ce55f93d71 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -63,7 +63,7 @@ bincode = "1.3.3" concrete-fft = { version = "0.4.1", features = ["serde", "fft128"] } concrete-ntt = { version = "0.1.2" } pulp = "0.18.8" -tfhe-cuda-backend = { version = "0.2.0", path = "../backends/tfhe-cuda-backend", optional = true } +tfhe-cuda-backend = { version = "0.3.0", path = "../backends/tfhe-cuda-backend", optional = true } aligned-vec = { version = "0.5", features = ["serde"] } dyn-stack = { version = "0.9" } paste = "1.0.7"