heavydb
heavydb copied to clipboard
Implemented Memory Provider for Heterogeneous memory.
The idea is to add abstraction layer for heterogeneous memory. The interface is built on top of C++ 17 std::pmr::memory_resource interface.
Note that we plan to move to gcc-9 imminently. Dependencies scripts have already been updated.
@misiugodfrey @paul-aiyedun @vinser52 what is the status of this PR (cc @Garra1980)?
@alexbaden Sorry for the delayed response. I just noticed your comments. Regarding gcc-9, sounds good. As for the status, @misiugodfrey and @paul-aiyedun are working on integrating these changes.