#include <rmm/cuda_stream_view.hpp>
#include <rmm/detail/error.hpp>
#include <rmm/detail/export.hpp>
#include <rmm/detail/format.hpp>
#include <rmm/logger.hpp>
#include <rmm/mr/device/device_memory_resource.hpp>
#include <rmm/resource_ref.hpp>
#include <cstddef>
#include <cstdio>
#include <memory>
#include <sstream>
#include <string_view>
Go to the source code of this file.
Classes | |
class | rmm::mr::logging_resource_adaptor< Upstream > |
Resource that uses Upstream to allocate memory and logs information about the requested allocation/deallocations. More... | |