Skip to content

Commit 0d3d23d

Browse files
chore(gpu): remove unused variables
1 parent c5f44a6 commit 0d3d23d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2904,9 +2904,6 @@ template <typename Torus> struct int_arithmetic_scalar_shift_buffer {
29042904
this->params = params;
29052905

29062906
if (allocate_gpu_memory) {
2907-
uint32_t big_lwe_size = params.big_lwe_dimension + 1;
2908-
uint32_t big_lwe_size_bytes = big_lwe_size * sizeof(Torus);
2909-
29102907
tmp_rotated = new CudaRadixCiphertextFFI;
29112908
create_zero_radix_ciphertext_async<Torus>(
29122909
streams[0], gpu_indexes[0], tmp_rotated, num_radix_blocks + 3,

0 commit comments

Comments
 (0)