Skip to content
Snippets Groups Projects
Commit ee601dbf authored by Thibault Allenet's avatar Thibault Allenet
Browse files

Remove comment in test ReduceSum

parent 92f5d9d2
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!75Learning backend cuda
Pipeline #53449 failed
...@@ -186,7 +186,6 @@ TEST_CASE("[cpu/operator] ReduceSum(forward)", "[ReduceSum][CPU]") { ...@@ -186,7 +186,6 @@ TEST_CASE("[cpu/operator] ReduceSum(forward)", "[ReduceSum][CPU]") {
op->setBackend("cpu"); op->setBackend("cpu");
myReduceSum->forward(); myReduceSum->forward();
op->getOutput(0)->print(); op->getOutput(0)->print();
// approxEq<float>(*(op->getOutput(0)), *myOutput);
REQUIRE(approxEq<float>(*(op->getOutput(0)), *myOutput)); REQUIRE(approxEq<float>(*(op->getOutput(0)), *myOutput));
} }
SECTION("noop_with_empty_axes") { SECTION("noop_with_empty_axes") {
......
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