Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
bool fp16_supported(const cl::Device &device)
238
{
239
return device_supports_extension(device,
"cl_khr_fp16"
);
240
}
241
242
bool dot8_supported(const cl::Device &device)
243
{
Callers
nothing calls this directly
Calls
1
device_supports_extension
Function · 0.85
Tested by
no test coverage detected