From 27ca78ada044c05a77e330d9eecbfd3f56583e6a Mon Sep 17 00:00:00 2001
From: Rakotoarivony <lucas.rakotoarivony@thalesgroup.com>
Date: Thu, 12 Sep 2024 11:56:01 +0200
Subject: [PATCH] Remove one std::cout

---
 unit_tests/Test_ShiftGELUImpl.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/unit_tests/Test_ShiftGELUImpl.cpp b/unit_tests/Test_ShiftGELUImpl.cpp
index 16c8e40..86e747e 100644
--- a/unit_tests/Test_ShiftGELUImpl.cpp
+++ b/unit_tests/Test_ShiftGELUImpl.cpp
@@ -126,7 +126,6 @@ TEST_CASE("[gpu/operator] ShiftGELU(forward)", "[ShiftGELU][GPU]") {
             sum += fabs(computedOutput[i] - targetOutput);
         }
         sum = sum / output_GELU->size();
-        std::cout << sum << "\n";
         REQUIRE(sum < 1.5e-1);
 
         delete[] computedOutput;
-- 
GitLab