aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLGEMM.h
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2019-01-16 15:40:25 +0000
committerGian Marco Iodice <gianmarco.iodice@arm.com>2019-01-18 10:43:04 +0000
commit90313eb8f72cf9ba17cbf7b84382a609e927a1fe (patch)
tree0cb5868280821e263a5def166bd98676d1e36f3d /arm_compute/runtime/CL/functions/CLGEMM.h
parent13a2080f9e88dacf0b96744ecf60a5e9debf9010 (diff)
downloadComputeLibrary-90313eb8f72cf9ba17cbf7b84382a609e927a1fe.tar.gz
COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel
Change-Id: I040478ff7aa04f0523ed6e302129b829442cb194 Reviewed-on: https://review.mlplatform.org/534 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com>
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 624df33ef6..3ec07cf5f9 100644
--- a/arm_compute/runtime/CL/functions/CLGEMM.h
+++ b/arm_compute/runtime/CL/functions/CLGEMM.h
@@ -115,7 +115,7 @@ private:
bool _run_addition;
bool _reshape_b_only_on_first_run;
bool _is_prepared;
- bool _is_G76_path;
+ bool _is_new_gemm_reshaped; // Removed when COMPMID-1892 is completed
};
} // namespace arm_compute