/tmc-cuda

CUDA integration for the TooManyCooks runtime

Primary LanguageC++MIT LicenseMIT

tmc-cuda

This is where the planned TooManyCooks - CUDA integration will be. There's nothing here yet...

TODO

  • Provide an awaitable that wraps a CUDA Graph (by attaching a callback at the end of the graph via cudaGraphAddHostNode
  • Investigate if CUDA provides other methods of async submission / notification.
  • See if priority can be used to control access to the GPU.