aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2021-07-27 15:55:30 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-07-30 16:53:16 +0000
commit529b5a2355ce6354af3ea9f97af810a94908e7fe (patch)
tree929f97ec7f0221d533081596828e36b2ae68bd97 /src/runtime/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.h
parenta0efe6938e216d5cb0601311bf0bf0f2ccb692ca (diff)
downloadComputeLibrary-529b5a2355ce6354af3ea9f97af810a94908e7fe.tar.gz
Port ClFullyConnected to new API
Resolves: COMPMID-4391 Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: Idcd5e22ed6e901c7f4c7530e5547ea6a7814ae59 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6025 Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/runtime/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.h')
-rw-r--r--src/runtime/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/runtime/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.h b/src/runtime/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.h
index 941c169118..36a4257b86 100644
--- a/src/runtime/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.h
+++ b/src/runtime/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.h
@@ -108,11 +108,11 @@ public:
private:
enum AuxTensorIdx
{
- VecSumCol = 0,
- VecSumRow,
+ ResultS32 = 0,
RhsQAsymm8,
RhsReshape,
- ResultS32,
+ VecSumCol,
+ VecSumRow,
Multipliers,
Shifts,
Count