This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
SYCL/ESIMD/private_memory Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
// 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
13
12
// RUN: %GPU_RUN_PLACEHOLDER %t.out 1
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
// 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
13
12
// RUN: %GPU_RUN_PLACEHOLDER %t.out 2
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
// 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
13
12
// RUN: %GPU_RUN_PLACEHOLDER %t.out 3
You can’t perform that action at this time.
0 commit comments