• Nagy Mostafa's avatar
    [MLIR] Mem manager (#9) · e941412e
    Nagy Mostafa authored
    * Implements a simple memory manager that just does malloc for now. Pointers are freed during cleanup.
    * Enable JIT call-back to memory manager to allocate temps.
    * Memory manager pointer is passed to the JIT'ed code upon invocation. That makes the code re-entrant from different threads in case the code is shared among identical sub-graphs that are executed in parallel.
    e941412e
Name
Last commit
Last update
..
ngraph Loading commit data...
resource Loading commit data...
tools Loading commit data...
CMakeLists.txt Loading commit data...