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

Method configure

tests/CL/Helper.h:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 */
53 template <typename... Args>
54 void configure(Args &&...args)
55 {
56 auto k = std::make_unique<K>();
57 k->configure(CLKernelLibrary::get().get_compile_context(), std::forward<Args>(args)...);
58 _kernel = std::move(k);
59 }
60 /** Configure the kernel setting the GPU target as well
61 *
62 * @param[in] gpu_target GPUTarget to set

Callers 7

setupMethod · 0.45
setupMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45

Calls 1

set_targetMethod · 0.45

Tested by

no test coverage detected