| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected