Skip to content

Commit

Permalink
Revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel authored Oct 17, 2024
1 parent e925c5e commit f2e6ef2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/static_multimap/host_bulk_example.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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<key_type, value_type> map{
N * 2, cuco::empty_key{empty_key_sentinel}, cuco::empty_value{empty_value_sentinel}};
Expand Down

0 comments on commit f2e6ef2

Please sign in to comment.