Removed extra barrier

This commit is contained in:
Alejandro Saucedo 2021-03-28 09:19:22 +01:00
parent 1c8d9998af
commit 7a27244256

View file

@ -108,7 +108,6 @@ TEST(TestMultipleAlgoExecutions, SingleSequenceRecord)
->record<kp::OpAlgoDispatch>(mgr.algorithm({ tensorA }, spirv))
->record(shaderBarrier)
->record<kp::OpAlgoDispatch>(mgr.algorithm({ tensorA }, spirv))
->record(shaderBarrier)
->record<kp::OpTensorSyncLocal>({ tensorA })
->eval();
}