Skip to content

Commit

Permalink
Add missing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Jul 31, 2024
1 parent 42bfd54 commit 507777c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/prims/key_store.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class key_cuco_store_t {
static_cast<size_t>(static_cast<double>(num_keys) / load_factor),
static_cast<size_t>(num_keys) + 1); // cuco::static_map requires at least one empty slot

auto stream_adapter = stream_allocator_adaptor(
auto stream_adapter = rmm::mr::stream_allocator_adaptor(
rmm::mr::polymorphic_allocator<std::byte>(rmm::mr::get_current_device_resource()), stream);
cuco_store_ =
std::make_unique<cuco_set_type>(cuco_size,
Expand Down

0 comments on commit 507777c

Please sign in to comment.