Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions cpp/benchmarks/utilities/simulated_memory_resource.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#include <rmm/aligned.hpp>
#include <rmm/detail/error.hpp>
#include <rmm/detail/export.hpp>
#include <rmm/detail/format.hpp>

#include <cuda/memory_resource>
Expand Down Expand Up @@ -112,8 +111,8 @@ class simulated_memory_resource final {
bool operator==(simulated_memory_resource const&) const noexcept { return true; }
bool operator!=(simulated_memory_resource const&) const noexcept { return false; }

RMM_CONSTEXPR_FRIEND void get_property(simulated_memory_resource const&,
cuda::mr::device_accessible) noexcept
constexpr friend void get_property(simulated_memory_resource const&,
cuda::mr::device_accessible) noexcept
{
}

Expand Down
Loading
Loading