Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ fp16_supported
Method
fp16_supported
src/core/CL/CLCompileContext.cpp:297–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
}
296
297
bool CLCompileContext::fp16_supported() const
298
{
299
return _device.supported(
"cl_khr_fp16"
);
300
}
301
302
std::string CLCompileContext::stringify_set(const StringSet &s, const std::string &kernel_path) const
303
{
Callers
nothing calls this directly
Calls
1
supported
Method · 0.80
Tested by
no test coverage detected