Updated tests without tempaltes on opalgobase classes
This commit is contained in:
parent
3ad5e4d3e7
commit
552a6c051f
6 changed files with 26 additions and 26 deletions
|
|
@ -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()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue