#include <rmm/aligned.hpp>#include <rmm/cuda_stream_view.hpp>#include <rmm/detail/error.hpp>#include <rmm/detail/export.hpp>#include <rmm/detail/format.hpp>#include <rmm/detail/logging_assert.hpp>#include <rmm/detail/thrust_namespace.h>#include <rmm/logger.hpp>#include <rmm/mr/device/detail/coalescing_free_list.hpp>#include <rmm/mr/device/detail/stream_ordered_memory_resource.hpp>#include <rmm/mr/device/device_memory_resource.hpp>#include <rmm/mr/device/per_device_resource.hpp>#include <rmm/resource_ref.hpp>#include <cuda/std/type_traits>#include <cuda_runtime_api.h>#include <thrust/iterator/counting_iterator.h>#include <thrust/iterator/transform_iterator.h>#include <algorithm>#include <cstddef>#include <mutex>#include <optional>#include <set>
类 | |
| struct | rmm::mr::detail::maybe_remove_property< PoolResource, Upstream, Property, class > |
| 一个用于移除 device_accessible 属性的辅助类。更多... | |
| struct | rmm::mr::detail::maybe_remove_property< PoolResource, Upstream, Property, cuda::std::enable_if_t<!cuda::has_property< Upstream, Property > > > |
| 对 maybe_remove_property 的特化,用于不传播不存在的属性。更多... | |
| class | rmm::mr::pool_memory_resource< Upstream > |
| 一种合并式的最佳适配子分配器,它使用从上游 memory_resource 分配的内存池。更多... | |