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

Commit 0b715c2

Browse files
authored
[SYCL][ESIMD] Enlarge stateless stack size for tests with private memory (#306)
* [SYCL][ESIMD] add vc-codegen option to private memory tests * [SYCL][ESIMD] enlarge stateless stack size to avoide frame allocation size warnings
1 parent c540803 commit 0b715c2

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

SYCL/ESIMD/private_memory/pm_access_1.cpp

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

99
// REQUIRES: gpu
10-
// Sporadic failure in GPU RT 21.16.19610
11-
// UNSUPPORTED: cuda || (level_zero && linux) || (opencl && linux)
12-
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
10+
// UNSUPPORTED: cuda
11+
// RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1312
// RUN: %GPU_RUN_PLACEHOLDER %t.out 1

SYCL/ESIMD/private_memory/pm_access_2.cpp

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

99
// REQUIRES: gpu
10-
// Sporadic failure in GPU RT 21.16.19610
11-
// UNSUPPORTED: cuda || (level_zero && linux) || (opencl && linux)
12-
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
10+
// UNSUPPORTED: cuda
11+
// RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1312
// RUN: %GPU_RUN_PLACEHOLDER %t.out 2

SYCL/ESIMD/private_memory/pm_access_3.cpp

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

99
// REQUIRES: gpu
10-
// Sporadic failure in GPU RT 21.16.19610
11-
// UNSUPPORTED: cuda || (level_zero && linux) || (opencl && linux)
12-
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
10+
// UNSUPPORTED: cuda
11+
// RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1312
// RUN: %GPU_RUN_PLACEHOLDER %t.out 3

0 commit comments

Comments
 (0)