We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e91276 commit b6da776Copy full SHA for b6da776
include/cuco/detail/static_map/kernels.cuh
@@ -191,7 +191,7 @@ CUCO_KERNEL __launch_bounds__(BlockSize) void insert_or_apply_shmem(
191
192
// Shared map initialization
193
__shared__ typename SharedMapRefType::value_type slots[bucket_extent.value()];
194
- using storage_ref_type = SharedMapRefType::storage_ref_type;
+ using storage_ref_type = typename SharedMapRefType::storage_ref_type;
195
auto storage = storage_ref_type(bucket_extent, slots);
196
auto const num_buckets = storage.num_buckets();
197
0 commit comments