From f2e6ef2086fe57b18110750b25c82407aa78c507 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Wed, 16 Oct 2024 18:44:34 -0700 Subject: [PATCH] Revert test changes --- examples/static_multimap/host_bulk_example.cu | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/static_multimap/host_bulk_example.cu b/examples/static_multimap/host_bulk_example.cu index cf7f57b6c..3a37bc191 100644 --- a/examples/static_multimap/host_bulk_example.cu +++ b/examples/static_multimap/host_bulk_example.cu @@ -35,7 +35,6 @@ 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}};