aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.h
diff options
context:
space:
mode:
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