diff --git a/examples/static_multimap/host_bulk_example.cu b/examples/static_multimap/host_bulk_example.cu index 3a37bc191..cf7f57b6c 100644 --- a/examples/static_multimap/host_bulk_example.cu +++ b/examples/static_multimap/host_bulk_example.cu @@ -35,6 +35,7 @@ int main(void) // Constructs a multimap with 100,000 slots using -1 and -1 as the empty key/value // sentinels. Note the capacity is chosen knowing we will insert 50,000 keys, + // // for an load factor of 50%. cuco::static_multimap map{ N * 2, cuco::empty_key{empty_key_sentinel}, cuco::empty_value{empty_value_sentinel}};