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

[SYCL] Align with Linux GPU RT 21.24.20098 #330

Merged
merged 1 commit into from
Jun 30, 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,9 +10,6 @@
// 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,9 +10,6 @@
// 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,9 +10,6 @@
// 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,9 +10,6 @@
// 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,9 +10,6 @@
// 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,9 +10,6 @@
// 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,9 +10,6 @@
// 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,9 +10,6 @@
// 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: 0 additions & 3 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,9 +10,6 @@
// 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: 0 additions & 3 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,9 +10,6 @@
// 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
2 changes: 1 addition & 1 deletion SYCL/ESIMD/regression/store_zero_const.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// UNSUPPORTED: cuda
// RUN: %clangxx -fsycl -fsycl-device-code-split=per_kernel -I%S/.. %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// XFAIL: *
// XFAIL: windows

// This is a regression for vector BE bug:
// storing a constant zero through an USM pointer causes BE crash with
Expand Down