Skip to content
Snippets Groups Projects
Commit 27ca78ad authored by Lucas RAKOTOARIVONY's avatar Lucas RAKOTOARIVONY
Browse files

Remove one std::cout

parent fa80df06
No related branches found
No related tags found
2 merge requests!38version 0.3.0,!34Integration of I-ViT operators
Pipeline #55451 failed
...@@ -126,7 +126,6 @@ TEST_CASE("[gpu/operator] ShiftGELU(forward)", "[ShiftGELU][GPU]") { ...@@ -126,7 +126,6 @@ TEST_CASE("[gpu/operator] ShiftGELU(forward)", "[ShiftGELU][GPU]") {
sum += fabs(computedOutput[i] - targetOutput); sum += fabs(computedOutput[i] - targetOutput);
} }
sum = sum / output_GELU->size(); sum = sum / output_GELU->size();
std::cout << sum << "\n";
REQUIRE(sum < 1.5e-1); REQUIRE(sum < 1.5e-1);
delete[] computedOutput; delete[] computedOutput;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment