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

Function validate_gemm_kernel

src/gpu/cl/operators/ClGemm.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62namespace
63{
64inline bool validate_gemm_kernel(CLGEMMKernelType kernel_type)
65{
66 return kernel_type == CLGEMMKernelType::NATIVE ? false : true;
67}
68//Automatically select between mlgo (prioritized) and default heuristics for gemm kernel type
69inline CLGEMMKernelType
70auto_select_gemm_kernel(auto_heuristics::CommonQuery query, bool reshape_b_only_on_first_run, bool constant_weights)

Callers 1

auto_select_gemm_kernelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected