Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ get_device_version
Method
get_device_version
src/core/CL/CLCompileContext.cpp:394–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
392
}
393
394
std::string CLCompileContext::get_device_version() const
395
{
396
return _device.device_version();
397
}
398
399
cl_uint CLCompileContext::get_num_compute_units() const
400
{
Callers
nothing calls this directly
Calls
1
device_version
Method · 0.80
Tested by
no test coverage detected