[FEA]: Example of CUDA Object Wrappers and Event/Buffer Queue
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
Show how to use owning wrappers for CUDA objects. Implement a queue (optionally thread-safe) of pairs (event, async_buffer), loop to process front, wait on event, operate on buffer in its stream, re-record event and push pair back into queue.
Contributor guide
Assessment
This issue has not been assessed yet.