Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Sep 10, 2024
1 parent 44d9b11 commit dfdfe9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/bench/prims/neighbors/knn.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct device_resource {
public:
explicit device_resource(bool managed)
: managed_(managed ? std::make_shared<rmm::mr::managed_memory_resource>() : nullptr),
res_(managed ? managed.get() : raft::resource::get_current_device_resource_ref())
res_(managed ? managed_.get() : raft::resource::get_current_device_resource_ref())
{
}

Expand Down

0 comments on commit dfdfe9d

Please sign in to comment.