Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 610 Bytes

File metadata and controls

13 lines (10 loc) · 610 Bytes

Ouroboros: Virtualized Queues for dynamic memory management

This repository holds the source code for Ouroboros, a dynamic, GPU memory manager based on fast queues. For more details, you can watch our talk here or read the paper here

Setup

  • mkdir build && cd build
  • cmake .. -> pass in CC or call ccmake for visual selection
  • make This generates 6 different executables, one for each possible instantiation of Ouroboros.

ouroGraph

Can be found at here