vyasr commented on issue #690: URL: https://github.com/apache/arrow-nanoarrow/issues/690#issuecomment-2513054097
No, not at the moment. Pre-nanoarrow our legacy arrow layer [had some internal controls over how memory was allocated](https://github.com/rapidsai/cudf/blob/6a2f323ac2c53b32d8a1d47b36dd0d0786027a7c/cpp/src/interop/detail/arrow_allocator.cpp), but there was nothing publicly exposed and that didn't make it into the new implementations. As you noted, the new functions do support providing a device allocator in the form of an rmm memory resource. We could certainly consider adding something similar for host allocation if there are use cases. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
