Skip to content

Commit 83c17dd

Browse files
authored
test precommit CI
1 parent a49da72 commit 83c17dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/static_multimap/host_bulk_example.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ int main(void)
3535

3636
// Constructs a multimap with 100,000 slots using -1 and -1 as the empty key/value
3737
// sentinels. Note the capacity is chosen knowing we will insert 50,000 keys,
38+
//
3839
// for an load factor of 50%.
3940
cuco::static_multimap<key_type, value_type> map{
4041
N * 2, cuco::empty_key{empty_key_sentinel}, cuco::empty_value{empty_value_sentinel}};

0 commit comments

Comments
 (0)