Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ int64_base_atomics_supported
Method
int64_base_atomics_supported
src/core/CL/CLCompileContext.cpp:372–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
bool CLCompileContext::int64_base_atomics_supported() const
373
{
374
return _device.supported(
"cl_khr_int64_base_atomics"
);
375
}
376
377
bool CLCompileContext::is_wbsm_supported() const
378
{
Callers
nothing calls this directly
Calls
1
supported
Method · 0.80
Tested by
no test coverage detected