Skip to content

Commit b6da776

Browse files
committed
Small fix
1 parent 6e91276 commit b6da776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cuco/detail/static_map/kernels.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ CUCO_KERNEL __launch_bounds__(BlockSize) void insert_or_apply_shmem(
191191

192192
// Shared map initialization
193193
__shared__ typename SharedMapRefType::value_type slots[bucket_extent.value()];
194-
using storage_ref_type = SharedMapRefType::storage_ref_type;
194+
using storage_ref_type = typename SharedMapRefType::storage_ref_type;
195195
auto storage = storage_ref_type(bucket_extent, slots);
196196
auto const num_buckets = storage.num_buckets();
197197

0 commit comments

Comments
 (0)