Skip to content

Commit f2e6ef2

Browse files
authored
Revert test changes
1 parent e925c5e commit f2e6ef2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/static_multimap/host_bulk_example.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ 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-
//
3938
// for an load factor of 50%.
4039
cuco::static_multimap<key_type, value_type> map{
4140
N * 2, cuco::empty_key{empty_key_sentinel}, cuco::empty_value{empty_value_sentinel}};

0 commit comments

Comments
 (0)