Skip to content

Commit

Permalink
fix(gpu): fix lut size in are_all_comparison_blocks_true
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Dec 17, 2024
1 parent 072005d commit 5164fb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3079,7 +3079,7 @@ template <typename Torus> struct int_are_all_block_true_buffer {
streams[0], gpu_indexes[0]);
is_max_value =
new int_radix_lut<Torus>(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;
};
Expand Down

0 comments on commit 5164fb5

Please sign in to comment.