| 554 | } |
| 555 | |
| 556 | bool command_buffer_supported(const cl::Device &device) |
| 557 | { |
| 558 | return device_supports_extension(device, "cl_khr_command_buffer"); |
| 559 | } |
| 560 | |
| 561 | bool command_buffer_mutable_dispatch_supported(const cl::Device &device) |
| 562 | { |
nothing calls this directly
no test coverage detected