| 1032 | } |
| 1033 | |
| 1034 | std::shared_ptr<device_program::program_entry> opencl_context::create_program_entry(const device& dev, |
| 1035 | toolchain::program_data program, |
| 1036 | const toolchain::TARGET target) { |
| 1037 | return std::make_shared<opencl_program::opencl_program_entry>(create_opencl_program(dev, program, target)); |
| 1038 | } |
| 1039 | |
| 1040 | // from opencl_common: just forward to the context function |
| 1041 | cl_int floor_opencl_get_kernel_sub_group_info(cl_kernel kernel, |
nothing calls this directly
no outgoing calls
no test coverage detected