Skip to content

Commit

Permalink
Include device_memory_resource.hpp, not resource_ref.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Apr 23, 2024
1 parent 87e0737 commit 80b5ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/bench/ann/src/raft/raft_ann_bench_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

#include <rmm/cuda_stream_view.hpp>
#include <rmm/device_uvector.hpp>
#include <rmm/mr/device/device_memory_resource.hpp>
#include <rmm/mr/device/failure_callback_resource_adaptor.hpp>
#include <rmm/mr/device/pool_memory_resource.hpp>
#include <rmm/resource_ref.hpp>

#include <memory>
#include <type_traits>
Expand Down

0 comments on commit 80b5ed1

Please sign in to comment.