Return the Local-Workgroup-Size hint * * @return Current lws hint */
| 381 | * @return Current lws hint |
| 382 | */ |
| 383 | cl::NDRange lws_hint() const |
| 384 | { |
| 385 | return _tuning_params_hint.get_lws(); |
| 386 | } |
| 387 | |
| 388 | /** Set the workgroup batch size modifier hint |
| 389 | * |
no test coverage detected