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 bb0f9c1d74..81dacdeb74 100644 --- a/backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h +++ b/backends/tfhe-cuda-backend/cuda/include/integer/integer_utilities.h @@ -3079,7 +3079,7 @@ template struct int_are_all_block_true_buffer { streams[0], gpu_indexes[0]); is_max_value = new int_radix_lut(streams, gpu_indexes, gpu_count, params, 2, - num_radix_blocks, allocate_gpu_memory); + max_value, allocate_gpu_memory); auto is_max_value_f = [max_value](Torus x) -> Torus { return x == max_value; };