Skip to content

Commit fab8e8c

Browse files
authored
[ESIMD] Reenable previously disabled private memory tests that are passing. (#12072)
Move all private memory tests to a single folder
1 parent 3045806 commit fab8e8c

File tree

6 files changed

+1
-9
lines changed

6 files changed

+1
-9
lines changed

sycl/test-e2e/ESIMD/noinline_call_from_func.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
// Test currently timeouts on Windows Level Zero and OpenCL
99
// UNSUPPORTED: windows
10-
// Temporarily disabled due to flaky behavior
11-
// REQUIRES: TEMPORARY_DISABLED
1210
// RUN: %{build} -o %t.out
1311
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %{run} %t.out
1412
//

sycl/test-e2e/ESIMD/private_memory/pm_access_1.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// Temporarily disabled due to flaky behavior
10-
// REQUIRES: TEMPORARY_DISABLED
119
// RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1210
// RUN: %{run} %t.out 1

sycl/test-e2e/ESIMD/private_memory/pm_access_2.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// Temporarily disabled due to flaky behavior
10-
// REQUIRES: TEMPORARY_DISABLED
119
// RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1210
// RUN: %{run} %t.out 2

sycl/test-e2e/ESIMD/private_memory/pm_access_3.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// Temporarily disabled due to flaky behavior
10-
// REQUIRES: TEMPORARY_DISABLED
119
// RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1210
// RUN: %{run} %t.out 3

sycl/test-e2e/ESIMD/private_memory.cpp renamed to sycl/test-e2e/ESIMD/private_memory/private_memory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// UNSUPPORTED: gpu-intel-pvc
99

10-
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
10+
// RUN: %{build} -fsycl-device-code-split=per_kernel -I%S/.. -o %t.out
1111
// RUN: %{run} %t.out
1212

1313
// The test verifies that basic ESIMD API works properly with

0 commit comments

Comments
 (0)