| 251 | } |
| 252 | |
| 253 | bool dot8_acc_supported(const cl::Device &device) |
| 254 | { |
| 255 | return device_supports_extension(device, "cl_arm_integer_dot_product_accumulate_int8"); |
| 256 | } |
| 257 | |
| 258 | CLVersion get_cl_version(const cl::Device &device) |
| 259 | { |
nothing calls this directly
no test coverage detected