From 520a341962ce941b82a5c3c06a36c3d6730f6ec5 Mon Sep 17 00:00:00 2001 From: Guillermo Oyarzun Date: Fri, 14 Feb 2025 11:27:52 +0100 Subject: [PATCH] chore(gpu): remove unused variables --- .../tfhe-cuda-backend/cuda/include/integer/integer_utilities.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h b/backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h index 83c4ba4f24..a27395e871 100644 --- a/backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h +++ b/backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h @@ -2906,9 +2906,6 @@ template struct int_arithmetic_scalar_shift_buffer { this->params = params; if (allocate_gpu_memory) { - uint32_t big_lwe_size = params.big_lwe_dimension + 1; - uint32_t big_lwe_size_bytes = big_lwe_size * sizeof(Torus); - tmp_rotated = new CudaRadixCiphertextFFI; create_zero_radix_ciphertext_async( streams[0], gpu_indexes[0], tmp_rotated, num_radix_blocks + 3,