[Relay][Runtime] Add memory manager for NDArray (#3121)
* Add support for custom NDArray memory management Credit to @icemelon9 and @wweic * Fix copy-paste issue * Fix naive allocator.h * Remove buffer field * Apply Wei's suggestions. Co-Authored-By: jroesch <roeschinc@gmail.com> * Fix Wei's suggestion * Fix go rts * Break MM dependency * Add docs and clean up diff * Add more docs * Move to VM folder * Fix lint * Remove Go dep. * Rename to Empty * Address Haichen's comments
Showing
src/runtime/vm/memory_manager.cc
0 → 100644
src/runtime/vm/memory_manager.h
0 → 100644
src/runtime/vm/naive_allocator.h
0 → 100644
src/runtime/vm/pooled_allocator.h
0 → 100644
Please
register
or
sign in
to comment