| 32 | } |
| 33 | |
| 34 | typename cuda_function::function_map_type::const_iterator cuda_function::get_function(const device_queue& cqueue) const { |
| 35 | return functions.find((const cuda_device*)&cqueue.get_device()); |
| 36 | } |
| 37 | |
| 38 | struct cuda_completion_handler { |
| 39 | kernel_completion_handler_f handler; |
nothing calls this directly
no test coverage detected