diff --git a/tests/static_map/insert_or_apply_test.cu b/tests/static_map/insert_or_apply_test.cu index a2778ba5e..4fbb0872d 100644 --- a/tests/static_map/insert_or_apply_test.cu +++ b/tests/static_map/insert_or_apply_test.cu @@ -92,7 +92,7 @@ void test_insert_or_apply_shmem(Map& map, size_type num_keys, size_type num_uniq // Therefore shared_map_size = (1/0.7) * (1024 + 1024) = 2925 int32_t constexpr shared_map_size = 2925; - using extent_type = cuco::extent; + using extent_type = cuco::extent(shared_map_size)>; using shared_map_type = cuco::static_map