Skip to content

Commit 39a2b07

Browse files
Merge pull request intel#1525 from smaslov-intel/buffer_migrate
[SYCL] Do not rely on experimental CreateMultipleRootDevices (intel#1471)
2 parents 32a8638 + eb68b07 commit 39a2b07

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SYCL/Basic/buffer/buffer_migrate.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
// The test is flaky, disable until investigated/fixed.
2-
// REQUIRES: TEMPORARILY_DISABLED
31
// REQUIRES: gpu
42
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
53
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6-
// RUN: env NEOReadDebugKeys=1 CreateMultipleRootDevices=2 %GPU_RUN_PLACEHOLDER %t.out
7-
// RUN: env NEOReadDebugKeys=1 CreateMultipleRootDevices=3 %GPU_RUN_PLACEHOLDER %t.out
84
//
95
// Test for buffer use in a context with multiple devices (all found
106
// root-devices)

0 commit comments

Comments
 (0)