Skip to content

Commit

Permalink
[pre-commit.ci] auto code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 15, 2024
1 parent 4cf092a commit 14323cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cuco/detail/static_map/kernels.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ CUCO_KERNEL __launch_bounds__(BlockSize) void insert_or_apply_shmem(

auto shared_map = SharedMapRefType{cuco::empty_key<Key>{ref.empty_key_sentinel()},
cuco::empty_value<Value>{ref.empty_value_sentinel()},
ref.key_eq(),
ref.probing_scheme(),
ref.key_eq(),
ref.probing_scheme(),
{},
storage};
auto shared_map_ref = std::move(shared_map).with(cuco::op::insert_or_apply);
Expand Down

0 comments on commit 14323cb

Please sign in to comment.