| 78 | } |
| 79 | |
| 80 | void CLDeviceBackend::set_kernel_tuning(bool enable_tuning) |
| 81 | { |
| 82 | _tuner.set_tune_new_kernels(enable_tuning); |
| 83 | } |
| 84 | |
| 85 | void CLDeviceBackend::set_kernel_tuning_mode(CLTunerMode tuning_mode) |
| 86 | { |
nothing calls this directly
no test coverage detected