Reformatted
This commit is contained in:
parent
06917b836b
commit
267f92763e
6 changed files with 31 additions and 30 deletions
|
|
@ -58,11 +58,9 @@ TEST(TestMultipleAlgoExecutions, MultipleCmdBufRecords)
|
|||
pa[index] = pa[index] + 1;
|
||||
})");
|
||||
|
||||
std::shared_ptr<kp::Sequence> sqTensor =
|
||||
mgr.createManagedSequence().lock();
|
||||
std::shared_ptr<kp::Sequence> sqTensor = mgr.createManagedSequence().lock();
|
||||
|
||||
std::shared_ptr<kp::Sequence> sq =
|
||||
mgr.createManagedSequence().lock();
|
||||
std::shared_ptr<kp::Sequence> sq = mgr.createManagedSequence().lock();
|
||||
|
||||
// First create the tensor in a separate sequence
|
||||
sqTensor->begin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue