Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Sep 3, 2024
1 parent 20cfc85 commit 2131acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/test/mr/device/buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ TEST(Raft, DeviceBufferAlloc)
TEST(Raft, DeviceBufferZeroResize)
{
// Create a limiting_resource_adaptor to track allocations
auto curr_mr = dynamic_cast<rmm::mr::cuda_memory_resource*>(raft::resource::get_current_device_resource());
auto curr_mr =
dynamic_cast<rmm::mr::cuda_memory_resource*>(raft::resource::get_current_device_resource());
auto limit_mr =
std::make_shared<rmm::mr::limiting_resource_adaptor<rmm::mr::cuda_memory_resource>>(curr_mr,
1000);
Expand Down

0 comments on commit 2131acb

Please sign in to comment.