nngn
|
Controls dependencies between operations. More...
#include <compute.h>
Public Attributes | |
std::size_t | n_wait = {} |
Number of elements in wait_list. | |
const Event *const * | wait_list = {} |
Events that must precede the execution of the operation. | |
Event *const * | events = {} |
Buffer where the operation's resulting events will be placed. | |
Controls dependencies between operations.
Event* const* nngn::Compute::Events::events = {} |
std::size_t nngn::Compute::Events::n_wait = {} |
Number of elements in wait_list.
Events that must precede the execution of the operation.