[FEA] Allow RMM_DEFAULT_HOST_ALIGNMENT
alignment in pool_memory_resource
#1585
Labels
RMM_DEFAULT_HOST_ALIGNMENT
alignment in pool_memory_resource
#1585
Is your feature request related to a problem? Please describe.
Currently, the alignment check in
pool_memory_resource
ctor is hardcoded to check againstCUDA_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
The text was updated successfully, but these errors were encountered: