Skip to content

Commit

Permalink
Update include/cuco/detail/static_set/static_set.inl
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel authored Nov 18, 2024
1 parent a7a2c43 commit f898d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cuco/detail/static_set/static_set.inl
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ static_set<Key, Extent, Scope, KeyEqual, ProbingScheme, Allocator, Storage>::ret
OutputIt2 output_match,
cuda::stream_ref stream) const
{
return this->impl_->retrieve(
return impl_->retrieve(
first, last, output_probe, output_match, this->ref(op::retrieve), stream);
}

Expand Down

0 comments on commit f898d2e

Please sign in to comment.