MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / get_target_from_device

Function get_target_from_device

src/core/CL/CLHelpers.cpp:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224GPUTarget get_target_from_device(const cl::Device &device)
225{
226 // Query device name size
227 std::string device_name = device.getInfo<CL_DEVICE_NAME>();
228
229 return get_target_from_name(device_name);
230}
231
232bool arm_non_uniform_workgroup_supported(const cl::Device &device)
233{

Callers 3

default_ndrangeMethod · 0.85
set_targetMethod · 0.85
initMethod · 0.85

Calls 1

get_target_from_nameFunction · 0.85

Tested by

no test coverage detected