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

Method get_target

src/core/CL/ICLKernel.h:443–446  ·  view source on GitHub ↗

Get the targeted GPU architecture * * @return The targeted GPU architecture. */

Source from the content-addressed store, hash-verified

441 * @return The targeted GPU architecture.
442 */
443 GPUTarget get_target() const
444 {
445 return _target;
446 }
447
448 /** Get the maximum workgroup size for the device the CLKernelLibrary uses.
449 *

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected