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 a49da72 commit 83c17ddCopy full SHA for 83c17dd
examples/static_multimap/host_bulk_example.cu
@@ -35,6 +35,7 @@ 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