From 7a27244256de94a0438bb34fa3084104628c5404 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 28 Mar 2021 09:19:22 +0100 Subject: [PATCH] Removed extra barrier --- test/TestMultipleAlgoExecutions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/TestMultipleAlgoExecutions.cpp b/test/TestMultipleAlgoExecutions.cpp index f826c3fa1..df4af2f08 100644 --- a/test/TestMultipleAlgoExecutions.cpp +++ b/test/TestMultipleAlgoExecutions.cpp @@ -108,7 +108,6 @@ TEST(TestMultipleAlgoExecutions, SingleSequenceRecord) ->record(mgr.algorithm({ tensorA }, spirv)) ->record(shaderBarrier) ->record(mgr.algorithm({ tensorA }, spirv)) - ->record(shaderBarrier) ->record({ tensorA }) ->eval(); }