#include <rmm/aligned.hpp>#include <rmm/cuda_stream_view.hpp>#include <rmm/detail/error.hpp>#include <rmm/detail/export.hpp>#include <rmm/mr/device/device_memory_resource.hpp>#include <rmm/mr/device/per_device_resource.hpp>#include <rmm/resource_ref.hpp>#include <algorithm>#include <cstddef>#include <mutex>#include <unordered_map>
Go to the source code of this file.
Classes | |
| class | rmm::mr::aligned_resource_adaptor< Upstream > |
Resource that adapts Upstream memory resource to allocate memory in a specified alignment size. More... | |