aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/runtime/CL/gemm/CLGEMMKernelSelectionBifrost.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/CL/gemm/CLGEMMKernelSelectionBifrost.cpp b/src/runtime/CL/gemm/CLGEMMKernelSelectionBifrost.cpp
index 7b8eee975e..b1dd690ca5 100644
--- a/src/runtime/CL/gemm/CLGEMMKernelSelectionBifrost.cpp
+++ b/src/runtime/CL/gemm/CLGEMMKernelSelectionBifrost.cpp
@@ -186,7 +186,7 @@ CLGEMMKernelType CLGEMMKernelSelectionBifrost::g76_f32(unsigned int m, unsigned
if(!is_rhs_constant)
{
- return CLGEMMKernelType::NATIVE;
+ return CLGEMMKernelType::NATIVE_V1;
}
if(m == 1)