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

Function fp16_supported

src/core/CL/CLHelpers.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237bool fp16_supported(const cl::Device &device)
238{
239 return device_supports_extension(device, "cl_khr_fp16");
240}
241
242bool dot8_supported(const cl::Device &device)
243{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected