Updated tests to align with manager parameters update

This commit is contained in:
Alejandro Saucedo 2021-02-08 21:42:02 +00:00
parent aa25f980d6
commit d7fe53eae6
8 changed files with 11 additions and 49 deletions

View file

@ -30,7 +30,7 @@ TEST(TestProcessingIterations, IterateThroughMultipleSumAndCopies)
}
)");
mgr.rebuildTensors({ tensorA, tensorB });
mgr.rebuildTensors({ tensorA, tensorB }, false);
{
std::shared_ptr<kp::Sequence> sq =