Open
Description
Is your feature request related to a problem? Please describe.
Currently, the alignment check in pool_memory_resource
ctor is hardcoded to check against CUDA_ALLOCATION_ALIGNMENT
:
rmm/include/rmm/mr/device/pool_memory_resource.hpp
Lines 138 to 141 in 32cd537
This causes problems for host memory pools.
Additional context
Related issue: rapidsai/cudf#16024
Metadata
Metadata
Assignees
Type
Projects
Status
Blocked