From 3841f4cd3a4df0886b2dd21c353d23e644bfd6a6 Mon Sep 17 00:00:00 2001 From: Gunes Bayir Date: Fri, 10 Sep 2021 16:28:57 +0100 Subject: Make the output consistent with other tests Signed-off-by: Gunes Bayir Change-Id: I1b84b0df42fcb4f3578036f842f160325223c22c Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6249 Reviewed-by: Giorgio Arena Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- examples/neon_gemm_qasymm8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.1