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

[SYCL] Align test parameters with 21.16.19610 driver #266

Merged
merged 8 commits into from
May 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out

// Regression in GPU RT 21.16.19610
// XFAIL: linux

#include <cstdint>

constexpr unsigned VL = 16;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out

// Regression in GPU RT 21.16.19610
// XFAIL: linux

#include <cstdint>

constexpr unsigned VL = 16;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out

// Regression in GPU RT 21.16.19610
// XFAIL: linux

#include <cstdint>

constexpr unsigned VL = 16;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out

// Regression in GPU RT 21.16.19610
// XFAIL: linux

#include <cstdint>

constexpr unsigned VL = 16;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out

// Regression in GPU RT 21.16.19610
// XFAIL: linux

#include <cstdint>

constexpr unsigned VL = 16;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out

// Regression in GPU RT 21.16.19610
// XFAIL: linux

#include <cstdint>

constexpr unsigned VL = 16;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out

// Regression in GPU RT 21.16.19610
// XFAIL: linux

#include <cstdint>

constexpr unsigned VL = 16;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out

// Regression in GPU RT 21.16.19610
// XFAIL: linux

#include <cstdint>

constexpr unsigned VL = 16;
Expand Down
3 changes: 3 additions & 0 deletions SYCL/ESIMD/noinline_args_size/noinline_args_int_size_64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out

// Regression in GPU RT 21.16.19610
// XFAIL: linux

#include <cstdint>

constexpr unsigned VL = 16;
Expand Down
3 changes: 3 additions & 0 deletions SYCL/ESIMD/noinline_args_size/noinline_args_int_size_96.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out

// Regression in GPU RT 21.16.19610
// XFAIL: linux

#include <cstdint>

constexpr unsigned VL = 16;
Expand Down
3 changes: 2 additions & 1 deletion SYCL/ESIMD/private_memory/pm_access_1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//

// REQUIRES: gpu
// UNSUPPORTED: cuda
// Sporadic failure in GPU RT 21.16.19610
// UNSUPPORTED: cuda || (level_zero && linux)
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out 1
3 changes: 2 additions & 1 deletion SYCL/ESIMD/private_memory/pm_access_2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//

// REQUIRES: gpu
// UNSUPPORTED: cuda
// Sporadic failure in GPU RT 21.16.19610
// UNSUPPORTED: cuda || (level_zero && linux)
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out 2
3 changes: 2 additions & 1 deletion SYCL/ESIMD/private_memory/pm_access_3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//

// REQUIRES: gpu
// UNSUPPORTED: cuda
// Sporadic failure in GPU RT 21.16.19610
// UNSUPPORTED: cuda || (level_zero && linux)
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out 3
3 changes: 3 additions & 0 deletions SYCL/USM/badmalloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
// RUN: %ACC_RUN_PLACEHOLDER %t1.out

// Regression in GPU RT 21.16.19610
// XFAIL: level_zero && gpu

//==----------------- badmalloc.cpp - Bad Mallocs test ---------------------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down