Skip to content

Commit

Permalink
test precommit CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel authored Oct 17, 2024
1 parent a49da72 commit 83c17dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/static_multimap/host_bulk_example.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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<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 83c17dd

Please sign in to comment.