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

Method set_target

src/core/CL/ICLKernel.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178#endif /* DOXYGEN_SKIP_THIS */
179
180void ICLKernel::set_target(cl::Device &device)
181{
182 _target = get_target_from_device(device);
183}
184
185size_t ICLKernel::get_max_workgroup_size()
186{

Callers 15

configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configure_mmMethod · 0.45
configure_nativeMethod · 0.45
configure_reshapedMethod · 0.45

Calls 1

get_target_from_deviceFunction · 0.85

Tested by

no test coverage detected