MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / dot8_acc_supported

Function dot8_acc_supported

src/core/CL/CLHelpers.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253bool dot8_acc_supported(const cl::Device &device)
254{
255 return device_supports_extension(device, "cl_arm_integer_dot_product_accumulate_int8");
256}
257
258CLVersion get_cl_version(const cl::Device &device)
259{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected