From 83c17dd27fe5295215802c3485aec7af174d5b6b Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Wed, 16 Oct 2024 18:42:44 -0700 Subject: [PATCH] test precommit CI --- examples/static_multimap/host_bulk_example.cu | 1 + 1 file changed, 1 insertion(+) 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}};