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

Method default_ndrange

src/core/CL/CLKernelLibrary.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 return _compile_context.max_local_workgroup_size(kernel);
121}
122cl::NDRange CLKernelLibrary::default_ndrange() const
123{
124 return _compile_context.default_ndrange();
125}
126std::string CLKernelLibrary::get_device_version()
127{
128 return _compile_context.get_device_version();

Callers 3

configure_internalMethod · 0.45
ICLKernel.hFile · 0.45
get_default_lws_for_typeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected