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 e925c5e commit f2e6ef2Copy full SHA for f2e6ef2
examples/static_multimap/host_bulk_example.cu
@@ -35,7 +35,6 @@ int main(void)
35
36
// Constructs a multimap with 100,000 slots using -1 and -1 as the empty key/value
37
// sentinels. Note the capacity is chosen knowing we will insert 50,000 keys,
38
- //
39
// for an load factor of 50%.
40
cuco::static_multimap<key_type, value_type> map{
41
N * 2, cuco::empty_key{empty_key_sentinel}, cuco::empty_value{empty_value_sentinel}};
0 commit comments