| 579 | } |
| 580 | |
| 581 | typename host_kernel::kernel_map_type::const_iterator host_kernel::get_kernel(const compute_queue& cqueue) const { |
| 582 | return kernels.find((const host_device&)cqueue.get_device()); |
| 583 | } |
| 584 | |
| 585 | FLOOR_PUSH_WARNINGS() |
| 586 | FLOOR_IGNORE_WARNING(cast-function-type-strict) |
nothing calls this directly
no test coverage detected