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;

SYCL/ESIMD/private_memory/pm_access_1.cpp

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

99
// REQUIRES: gpu
10-
// UNSUPPORTED: cuda
10+
// Sporadic failure in GPU RT 21.16.19610
11+
// UNSUPPORTED: cuda || (level_zero && linux)
1112
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1213
// RUN: %GPU_RUN_PLACEHOLDER %t.out 1

SYCL/ESIMD/private_memory/pm_access_2.cpp

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

99
// REQUIRES: gpu
10-
// UNSUPPORTED: cuda
10+
// Sporadic failure in GPU RT 21.16.19610
11+
// UNSUPPORTED: cuda || (level_zero && linux)
1112
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1213
// RUN: %GPU_RUN_PLACEHOLDER %t.out 2

SYCL/ESIMD/private_memory/pm_access_3.cpp

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

99
// REQUIRES: gpu
10-
// UNSUPPORTED: cuda
10+
// Sporadic failure in GPU RT 21.16.19610
11+
// UNSUPPORTED: cuda || (level_zero && linux)
1112
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1213
// RUN: %GPU_RUN_PLACEHOLDER %t.out 3

SYCL/USM/badmalloc.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
77
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
88

9+
// Regression in GPU RT 21.16.19610
10+
// XFAIL: level_zero && gpu
11+
912
//==----------------- badmalloc.cpp - Bad Mallocs test ---------------------==//
1013
//
1114
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)