Skip to content
Snippets Groups Projects
Commit e7fde4c3 authored by Houssem ROUIS's avatar Houssem ROUIS
Browse files

Merge branch 'learning_backend_cuda' of...

Merge branch 'learning_backend_cuda' of gitlab.eclipse.org:hrouis/aidge_backend_cpu into learning_backend_cuda
parents e3094ef9 ee601dbf
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!75Learning backend cuda
......@@ -309,7 +309,6 @@ TEST_CASE("[cpu/operator] ReduceSum(forward)", "[ReduceSum][CPU]") {
op->setBackend("cpu");
myReduceSum->forward();
op->getOutput(0)->print();
// approxEq<float>(*(op->getOutput(0)), *myOutput);
REQUIRE(approxEq<float>(*(op->getOutput(0)), *myOutput));
}
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