| 128 | return _compile_context.get_device_version(); |
| 129 | } |
| 130 | cl_uint CLKernelLibrary::get_num_compute_units() |
| 131 | { |
| 132 | return _compile_context.get_num_compute_units(); |
| 133 | } |
| 134 | CLCompileContext &CLKernelLibrary::get_compile_context() |
| 135 | { |
| 136 | return _compile_context; |
no outgoing calls
no test coverage detected