#include <rmm/detail/export.hpp>
#include <cuda/memory_resource>
#include <cuda/std/type_traits>
Go to the source code of this file.
Variables | |
template<class Resource , class = void> | |
constexpr bool | rmm::mr::is_resource_adaptor = false |
Concept to check whether a resource is a resource adaptor by checking for get_upstream_resource . | |