[BUG] Missing #include <rmm/detail/aligned.hpp>
in pinned_memory_resource.hpp
#848
Labels
bug
Something isn't working
Describe the bug
Hi,
I found that
pinned_memory_resource.hpp
referenced some functions inaligned.hpp
as follows, but it didn't includealigned.hpp
. Is this a bug or just excluded intentionally for some reason?rmm/include/rmm/mr/host/pinned_memory_resource.hpp
Lines 63 to 70 in b458233
The text was updated successfully, but these errors were encountered: