Skip to content

Commit

Permalink
chore(gpu): remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermo-oyarzun committed Feb 14, 2025
1 parent c5f44a6 commit 0d3d23d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2904,9 +2904,6 @@ template <typename Torus> 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<Torus>(
streams[0], gpu_indexes[0], tmp_rotated, num_radix_blocks + 3,
Expand Down

0 comments on commit 0d3d23d

Please sign in to comment.