aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels
diff options
context:
space:
mode:
authorramelg01 <ramy.elgammal@arm.com>2022-03-30 18:42:23 +0100
committerRamy Elgammal <ramy.elgammal@arm.com>2022-04-04 10:18:05 +0000
commitb4cd2dc3deb7e55afeee7c8192ee7e3819e9cc97 (patch)
treefcc75d8f3fa99fe73ec6c25cfaa103caea7bed43 /src/core/NEON/kernels
parent171fc3d160736e10f859c6f2a24d1c7a59bcd9e3 (diff)
downloadComputeLibrary-b4cd2dc3deb7e55afeee7c8192ee7e3819e9cc97.tar.gz
Remove Non-Inclusive Term "Master"
Signed-off-by: Ramy Elgammal <ramy.elgammal@arm.com> Resolves: COMPMID-5017 Change-Id: I377d04512df357191e5a60d6dcf35121e71bf153 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7360 Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/core/NEON/kernels')
-rw-r--r--src/core/NEON/kernels/arm_gemm/gemm_implementation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/NEON/kernels/arm_gemm/gemm_implementation.hpp b/src/core/NEON/kernels/arm_gemm/gemm_implementation.hpp
index 24aef1296b..4d7f7983f8 100644
--- a/src/core/NEON/kernels/arm_gemm/gemm_implementation.hpp
+++ b/src/core/NEON/kernels/arm_gemm/gemm_implementation.hpp
@@ -142,7 +142,7 @@ struct GemmImplementation<Top, Tret, Nothing> {
instantiate(instantiate) { }
};
-/* "Master" function implemented for each valid combination of types.
+/* "Main" function implemented for each valid combination of types.
* Returns a list of GEMM implementation descriptors for processing by the
* other functions, ended by an implementation with
* method==GemmMethod::DEFAULT. */