21 #ifndef INCLUDED_GR_SCHEDULER_TPB_H
22 #define INCLUDED_GR_SCHEDULER_TPB_H
Definition: thread_group.h:26
#define GR_CORE_API
Definition: gr_core_api.h:30
Concrete scheduler that uses a kernel thread-per-block.
Definition: gr_scheduler_tpb.h:31
virtual void stop()=0
Tell the scheduler to stop executing.
virtual void wait()=0
Block until the graph is done.
Abstract scheduler that takes a flattened flow graph and runs it.
Definition: gr_scheduler.h:40