Skip to content

Commit

Permalink
[ESIMD] Reenable previously disabled private memory tests that are pa…
Browse files Browse the repository at this point in the history
…ssing. (#12072)

Move all private memory tests to a single folder
  • Loading branch information
fineg74 authored Dec 5, 2023
1 parent 3045806 commit fab8e8c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions sycl/test-e2e/ESIMD/noinline_call_from_func.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
//===----------------------------------------------------------------------===//
// Test currently timeouts on Windows Level Zero and OpenCL
// UNSUPPORTED: windows
// Temporarily disabled due to flaky behavior
// REQUIRES: TEMPORARY_DISABLED
// RUN: %{build} -o %t.out
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %{run} %t.out
//
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/ESIMD/private_memory/pm_access_1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
//
//===----------------------------------------------------------------------===//

// Temporarily disabled due to flaky behavior
// REQUIRES: TEMPORARY_DISABLED
// RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
// RUN: %{run} %t.out 1
2 changes: 0 additions & 2 deletions sycl/test-e2e/ESIMD/private_memory/pm_access_2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
//
//===----------------------------------------------------------------------===//

// Temporarily disabled due to flaky behavior
// REQUIRES: TEMPORARY_DISABLED
// RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
// RUN: %{run} %t.out 2
2 changes: 0 additions & 2 deletions sycl/test-e2e/ESIMD/private_memory/pm_access_3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
//
//===----------------------------------------------------------------------===//

// Temporarily disabled due to flaky behavior
// REQUIRES: TEMPORARY_DISABLED
// RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
// RUN: %{run} %t.out 3
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: gpu-intel-pvc

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

// The test verifies that basic ESIMD API works properly with
Expand Down
File renamed without changes.

0 comments on commit fab8e8c

Please sign in to comment.