Skip to content

Commit 9b9af02

Browse files
undo the changes in InvokeSimd since we do not care invokesimd for spirv be
1 parent e788a99 commit 9b9af02

37 files changed

+12
-103
lines changed

sycl/test-e2e/DeviceCodeSplit/grf.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
// RUN: %{build} -DUSE_NEW_API=1 -DUSE_AUTO_GRF=1 -o %t4.out
3030
// RUN: env SYCL_UR_TRACE=2 %{run} %t4.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-AUTO-NO-VAR
3131
// RUN: env SYCL_PROGRAM_COMPILE_OPTIONS="-g" SYCL_UR_TRACE=2 %{run} %t4.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-AUTO-WITH-VAR
32+
33+
// Flaky pass/fail behaviour.
34+
// UNSUPPORTED: spirv-backend
35+
// UNSUPPORTED-TRACKER: CMPLRLLVM-64705
36+
3237
#include "../helpers.hpp"
3338
#include <iostream>
3439
#include <sycl/detail/core.hpp>

sycl/test-e2e/DeviceLib/imf/fp64_rounding_test.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// RUN: %{build} -fno-builtin %if target-spir %{ -fsycl-device-lib-jit-link -Wno-deprecated %} -o %t2.out
66
// RUN: %{run} %t2.out
77

8+
// Depends on SPIR-V Backend & run-time drivers version.
9+
// XFAIL: spirv-backend && run-mode
10+
// XFAIL-TRACKER: CMPLRLLVM-64705
11+
812
#include "imf_utils.hpp"
913
#include <sycl/ext/intel/math.hpp>
1014

sycl/test-e2e/InvokeSimd/Feature/ImplicitSubgroup/invoke_simd_struct_by_pointer.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// VISALTO enable run
55
// RUN: env IGC_VISALTO=63 IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
66

7-
// UNSUPPORTED: spirv-backend && gpu
8-
// UNSUPPORTED-TRACKER: CMPLRLLVM-70538
9-
107
/*
118
* This tests is the same as
129
* InvokeSimd/feature/invoke_simd_struct_by_pointer.cpp, but compiles without

sycl/test-e2e/InvokeSimd/Feature/SPMD_invoke_ESIMD_external.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// VISALTO enable run
55
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
66

7-
// UNSUPPORTED: spirv-backend && gpu
8-
// UNSUPPORTED-TRACKER: CMPLRLLVM-70538
9-
107
/*
118
* This test checks the case of calling the same external function from the SPMD
129
* and ESIMD kernels.

sycl/test-e2e/InvokeSimd/Feature/popcnt_emu.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// VISALTO enable run
66
// RUN: env IGC_VISALTO=63 IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
77

8-
// XFAIL: spirv-backend && gpu
9-
// XFAIL-TRACKER: CMPLRLLVM-70538
10-
118
// Tests invoke_simd support in the compiler/headers
129

1310
/* Test case purpose:

sycl/test-e2e/InvokeSimd/Feature/scale.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// VISALTO enable run
66
// RUN: env IGC_VISALTO=63 IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
77

8-
// XFAIL: spirv-backend && gpu
9-
// XFAIL-TRACKER: CMPLRLLVM-70538
10-
118
/*
129
* Tests invoke_simd support in the compiler/headers
1310
* Test case purpose:

sycl/test-e2e/InvokeSimd/Feature/split_module/SPMD_module.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// VISALTO enable run
66
// RUN: env IGC_VISALTO=63 IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
77

8-
// UNSUPPORTED: spirv-backend && gpu
9-
// UNSUPPORTED-TRACKER: CMPLRLLVM-70538
10-
118
// Tests invoke_simd support of modular code structure.
129
// ESIMD part is located in split_module/Inputs/ESIMD_module.cpp
1310
//

sycl/test-e2e/InvokeSimd/Feature/void_retval.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// VISALTO enable run
66
// RUN: env IGC_VISALTO=63 IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
77

8-
// UNSUPPORTED: spirv-backend && gpu
9-
// UNSUPPORTED-TRACKER: CMPLRLLVM-70538
10-
118
// Tests invoke_simd support in the compiler/headers
129
/*
1310
* Test case purpose:

sycl/test-e2e/InvokeSimd/Regression/address_space_cast.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %{build} -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o %t.out
55
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
66

7-
// UNSUPPORTED: spirv-backend && gpu
8-
// UNSUPPORTED-TRACKER: CMPLRLLVM-70538
9-
107
#include <sycl/detail/core.hpp>
118
#include <sycl/ext/intel/esimd.hpp>
129
#include <sycl/ext/oneapi/experimental/invoke_simd.hpp>

sycl/test-e2e/InvokeSimd/Regression/call_vadd_1d_loop.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// VISALTO enable run
66
// RUN: env IGC_VISALTO=63 IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
77

8-
// XFAIL: spirv-backend && gpu
9-
// XFAIL-TRACKER: CMPLRLLVM-70538
10-
118
// Tests invoke_simd support in the compiler/headers
129

1310
/* This program tests loop functionality. The key parts of this program

0 commit comments

Comments
 (0)