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

Commit ac01a88

Browse files
committed
Apply review comments
1 parent db3bef7 commit ac01a88

10 files changed

+40
-10
lines changed

SYCL/ESIMD/noinline_args_size/noinline_args_char_int_size_192.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
11-
// RUN: env IGC_FunctionControl=2 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
12+
13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
1215

1316
#include <cstdint>
1417

SYCL/ESIMD/noinline_args_size/noinline_args_char_int_size_256.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
11-
// RUN: env IGC_FunctionControl=2 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
12+
13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
1215

1316
#include <cstdint>
1417

SYCL/ESIMD/noinline_args_size/noinline_args_char_int_size_512.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
11-
// RUN: env IGC_FunctionControl=2 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
12+
13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
1215

1316
#include <cstdint>
1417

SYCL/ESIMD/noinline_args_size/noinline_args_char_int_size_64.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
11-
// RUN: env IGC_FunctionControl=2 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
12+
13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
1215

1316
#include <cstdint>
1417

SYCL/ESIMD/noinline_args_size/noinline_args_char_int_size_96.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
11-
// RUN: env IGC_FunctionControl=2 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
12+
13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
1215

1316
#include <cstdint>
1417

SYCL/ESIMD/noinline_args_size/noinline_args_int_size_192.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
11-
// RUN: env IGC_FunctionControl=2 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
12+
13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
1215

1316
#include <cstdint>
1417

SYCL/ESIMD/noinline_args_size/noinline_args_int_size_256.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
11-
// RUN: env IGC_FunctionControl=2 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
12+
13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
1215

1316
#include <cstdint>
1417

SYCL/ESIMD/noinline_args_size/noinline_args_int_size_512.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
11-
// RUN: env IGC_FunctionControl=2 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
12+
13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
1215

1316
#include <cstdint>
1417

SYCL/ESIMD/noinline_args_size/noinline_args_int_size_64.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
11-
// RUN: env IGC_FunctionControl=2 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
12+
13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
1215

1316
#include <cstdint>
1417

SYCL/ESIMD/noinline_args_size/noinline_args_int_size_96.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
11-
// RUN: env IGC_FunctionControl=2 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
11+
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
12+
13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
1215

1316
#include <cstdint>
1417

0 commit comments

Comments
 (0)