#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 <cstddef>#include <mutex>#include <shared_mutex>#include <stack>
Go to the source code of this file.
Classes | |
| class | rmm::mr::statistics_resource_adaptor< Upstream > |
Resource that uses Upstream to allocate memory and tracks statistics on memory allocations. More... | |
| struct | rmm::mr::statistics_resource_adaptor< Upstream >::counter |
| Utility struct for counting the current, peak, and total value of a number. More... | |