Skip to content

Commit

Permalink
Add missing includes in cuda_huge_page_resource.hpp, and remove RMM d…
Browse files Browse the repository at this point in the history
…etail include.
  • Loading branch information
harrism committed Feb 28, 2024
1 parent 1ab30f7 commit e8fbb1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/bench/ann/src/common/cuda_huge_page_resource.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@
*/
#pragma once

#include <raft/core/error.hpp>

#include <rmm/cuda_stream_view.hpp>
#include <rmm/detail/error.hpp>
#include <rmm/mr/device/device_memory_resource.hpp>

#include <sys/mman.h>

#include <cstddef>
#include <cstring>

namespace raft::mr {
/**
Expand Down

0 comments on commit e8fbb1d

Please sign in to comment.