Skip to content

Commit 3d295ed

Browse files
committed
what
1 parent 1320b2a commit 3d295ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/static_map/custom_type_example.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ int main(void)
7575
[] __device__(auto i) { return cuco::pair{custom_key_type{i}, custom_value_type{i}}; }));
7676

7777
// Construct a map with 100,000 slots using the given empty key/value sentinels. Note the
78+
//
7879
// capacity is chosen knowing we will insert 80,000 keys, for an load factor of 80%.
7980
auto map = cuco::static_map{cuco::extent<std::size_t, 100'000>{},
8081
cuco::empty_key{empty_key_sentinel},

0 commit comments

Comments
 (0)