aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGunes Bayir <gunes.bayir@arm.com>2021-09-10 16:28:57 +0100
committerGunes Bayir <gunes.bayir@arm.com>2021-09-10 18:30:07 +0000
commit3841f4cd3a4df0886b2dd21c353d23e644bfd6a6 (patch)
tree5c8711dd853673f06ad61037291881fcbcde8a5e /examples
parent951d520f492348ce07085f701078adcb48a4c1a2 (diff)
downloadComputeLibrary-3841f4cd3a4df0886b2dd21c353d23e644bfd6a6.tar.gz
Make the output consistent with other tests
Signed-off-by: Gunes Bayir <gunes.bayir@arm.com> Change-Id: I1b84b0df42fcb4f3578036f842f160325223c22c Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6249 Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/neon_gemm_qasymm8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/neon_gemm_qasymm8.cpp b/examples/neon_gemm_qasymm8.cpp
index 159636db1d..f6f5dc1026 100644
--- a/examples/neon_gemm_qasymm8.cpp
+++ b/examples/neon_gemm_qasymm8.cpp
@@ -252,7 +252,7 @@ int main(int argc, char **argv)
qgemm.run();
// Run output stage kernel
gemmlowp_output_stage.run();
- std::cout << "Done\n";
+ std::cout << "\nTest Passed\n";
#if ARM_COMPUTE_DEBUG_ENABLED
// Print quantized source matrices