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

Method get_num_compute_units

src/core/CL/CLKernelLibrary.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 return _compile_context.get_device_version();
129}
130cl_uint CLKernelLibrary::get_num_compute_units()
131{
132 return _compile_context.get_num_compute_units();
133}
134CLCompileContext &CLKernelLibrary::get_compile_context()
135{
136 return _compile_context;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected