| 29 | } |
| 30 | |
| 31 | typename cuda_kernel::kernel_map_type::const_iterator cuda_kernel::get_kernel(const compute_queue& cqueue) const { |
| 32 | return kernels.find((const cuda_device&)cqueue.get_device()); |
| 33 | } |
| 34 | |
| 35 | void cuda_kernel::execute_internal(const compute_queue& cqueue, |
| 36 | const cuda_kernel_entry& entry, |
nothing calls this directly
no test coverage detected