Go to the source code of this file.
|
struct | yakl::Event |
| Implements the functionality of an event within a stream. The event is not created until the Event::create() function is called. More...
|
|
struct | yakl::Stream |
| Implements the functionality of a stream for parallel kernel execution. If the Stream::create() method is not called on this object, then it is the default stream. More...
|
|
struct | yakl::StreamList |
| Implements a list of Stream objects. Needs to store a pointer to avoid construction on the device since Array objects need to store a list of streams on which they depend. More...
|
|