MCPcopy 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
394std::string CLCompileContext::get_device_version() const
395{
396 return _device.device_version();
397}
398
399cl_uint CLCompileContext::get_num_compute_units() const
400{

Callers

nothing calls this directly

Calls 1

device_versionMethod · 0.80

Tested by

no test coverage detected