MCPcopy Create free account
hub / github.com/XpuOS/xsched / GetCommandQueue

Method GetCommandQueue

platforms/example/test/include/task.h:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 OclTask(cl_device_type dev_type, const char *kern_name, const char *kern_code);
9 virtual ~OclTask();
10 cl_command_queue GetCommandQueue() { return cmdq_; }
11
12 virtual void Run() = 0;
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected