From b86a2829313ffcd09cbd803342b54697d9db59a0 Mon Sep 17 00:00:00 2001 From: Enzo Di Maria Date: Tue, 16 Dec 2025 16:49:01 +0100 Subject: [PATCH] chore(gpu): some tests on erc20 --- .../cuda/src/pbs/programmable_bootstrap_classic.cu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backends/tfhe-cuda-backend/cuda/src/pbs/programmable_bootstrap_classic.cu b/backends/tfhe-cuda-backend/cuda/src/pbs/programmable_bootstrap_classic.cu index b95260f33..e38ac5d57 100644 --- a/backends/tfhe-cuda-backend/cuda/src/pbs/programmable_bootstrap_classic.cu +++ b/backends/tfhe-cuda-backend/cuda/src/pbs/programmable_bootstrap_classic.cu @@ -660,6 +660,8 @@ void cuda_programmable_bootstrap_lwe_ciphertext_vector_64( check_cuda_error(cudaGetLastError()); + buffer->pbs_variant = TBC; + switch (buffer->pbs_variant) { case PBS_VARIANT::TBC: #if (CUDA_ARCH >= 900)