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)