Skip to content

Commit

Permalink
Update include/cuco/detail/static_multimap/static_multimap.inl
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Jünger <[email protected]>
  • Loading branch information
PointKernel and sleeepyjack authored Oct 29, 2024
1 parent c7c4535 commit 2267d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cuco/detail/static_multimap/static_multimap.inl
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ template <typename InputIt, typename OutputIt>
void static_multimap<Key, T, Extent, Scope, KeyEqual, ProbingScheme, Allocator, Storage>::find(
InputIt first, InputIt last, OutputIt output_begin, cuda::stream_ref stream) const
{
find_async(first, last, output_begin, stream);
this->find_async(first, last, output_begin, stream);
stream.wait();
}

Expand Down

0 comments on commit 2267d12

Please sign in to comment.