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

Commit 5076b10

Browse files
authored
[SYCL] Align test parameters with 21.16.19610 driver (#266)
1 parent ce69008 commit 5076b10

14 files changed

+39
-3
lines changed

SYCL/ESIMD/noinline_args_size/noinline_args_char_int_size_192.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1111
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
1212

13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
15+
1316
#include <cstdint>
1417

1518
constexpr unsigned VL = 16;

SYCL/ESIMD/noinline_args_size/noinline_args_char_int_size_256.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1111
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
1212

13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
15+
1316
#include <cstdint>
1417

1518
constexpr unsigned VL = 16;

SYCL/ESIMD/noinline_args_size/noinline_args_char_int_size_512.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1111
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
1212

13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
15+
1316
#include <cstdint>
1417

1518
constexpr unsigned VL = 16;

SYCL/ESIMD/noinline_args_size/noinline_args_char_int_size_64.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1111
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
1212

13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
15+
1316
#include <cstdint>
1417

1518
constexpr unsigned VL = 16;

SYCL/ESIMD/noinline_args_size/noinline_args_char_int_size_96.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1111
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
1212

13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
15+
1316
#include <cstdint>
1417

1518
constexpr unsigned VL = 16;

SYCL/ESIMD/noinline_args_size/noinline_args_int_size_192.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1111
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
1212

13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
15+
1316
#include <cstdint>
1417

1518
constexpr unsigned VL = 16;

SYCL/ESIMD/noinline_args_size/noinline_args_int_size_256.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1111
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
1212

13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
15+
1316
#include <cstdint>
1417

1518
constexpr unsigned VL = 16;

SYCL/ESIMD/noinline_args_size/noinline_args_int_size_512.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1111
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
1212

13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
15+
1316
#include <cstdint>
1417

1518
constexpr unsigned VL = 16;

SYCL/ESIMD/noinline_args_size/noinline_args_int_size_64.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1111
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
1212

13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
15+
1316
#include <cstdint>
1417

1518
constexpr unsigned VL = 16;

SYCL/ESIMD/noinline_args_size/noinline_args_int_size_96.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1111
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
1212

13+
// Regression in GPU RT 21.16.19610
14+
// XFAIL: linux
15+
1316
#include <cstdint>
1417

1518
constexpr unsigned VL = 16;

0 commit comments

Comments
 (0)