aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLGEMM.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLGEMM.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLGEMM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/functions/CLGEMM.h b/arm_compute/runtime/CL/functions/CLGEMM.h
index 9207efd68f..9b887305cb 100644
--- a/arm_compute/runtime/CL/functions/CLGEMM.h
+++ b/arm_compute/runtime/CL/functions/CLGEMM.h
@@ -76,7 +76,7 @@ private:
CLGEMMMatrixAdditionKernel _ma_kernel;
CLTensor _tmp_a;
CLTensor _tmp_b;
- bool _run_vector_matrix_multiplication;
+ bool _is_interleaved_transposed;
bool _run_addition;
};
}