Skip to content

Commit

Permalink
Update static_map_kernels.cuh
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel authored Jun 12, 2024
1 parent 5bed9f7 commit cf70aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cuco/detail/static_map_kernels.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ CUCO_KERNEL void find(
int64_t idx = (block_size * blockIdx.x + threadIdx.x) / tile_size;
#pragma nv_diagnostic push
#pragma nv_diag_suppress static_var_with_dynamic_init
// Get rid of a false-positive build warning with ARM
__shared__ Value writeBuffer[block_size / tile_size];
#pragma nv_diagnostic pop

Expand Down

0 comments on commit cf70aee

Please sign in to comment.