Updated tests without tempaltes on opalgobase classes

This commit is contained in:
Alejandro Saucedo 2020-11-01 16:29:07 +00:00
parent 3ad5e4d3e7
commit 552a6c051f
6 changed files with 26 additions and 26 deletions

View file

@ -49,7 +49,7 @@ TEST(TestProcessingIterations, IterateThroughMultipleSumAndCopies)
if (std::shared_ptr<kp::Sequence> sq = sqWeakPtr2.lock()) {
sq->begin();
sq->record<kp::OpAlgoBase<>>(
sq->record<kp::OpAlgoBase>(
{ tensorA, tensorB },
std::vector<char>(shader.begin(), shader.end()));