Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit e13d152

Browse files
authored
[SYCL] Fix and enable dynamic batching test for L0 (#804)
1 parent a9d74f3 commit e13d152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/Plugin/level_zero_dynamic_batch_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: gpu, level_zero, TEMPORARILY_DISABLED
1+
// REQUIRES: gpu, level_zero
22

33
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
44

@@ -28,7 +28,7 @@
2828
// CKALL: Test Pass
2929
// CKALL: Test Pass
3030
// CKALL: Test Pass
31-
// CKDYN: Lowering QueueBatchSize to 2
31+
// CKDYN: Lowering QueueBatchSize to 3
3232
// CKDYN-NOT: Lowering QueueBatchSize
3333
// CKALL: Test Pass
3434
// CKALL: Test Pass

0 commit comments

Comments
 (0)