Skip to content

Commit 2ad2fbf

Browse files
reenable all the tests for PVC
1 parent bf2181a commit 2ad2fbf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+133
-25
lines changed

sycl/test-e2e/Basic/image/3

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

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

7+
// UNSUPPORTED: spirv-backend && arch-intel_gpu_pvc
8+
// UNSUPPORTED-TRACKER: CMPLRLLVM-70538
9+
710
/*
811
* This tests is the same as
912
* InvokeSimd/feature/invoke_simd_struct_by_pointer.cpp, but compiles without

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

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

7+
// UNSUPPORTED: spirv-backend && arch-intel_gpu_pvc
8+
// UNSUPPORTED-TRACKER: CMPLRLLVM-70538
9+
710
/*
811
* This test checks the case of calling the same external function from the SPMD
912
* and ESIMD kernels.

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

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

8+
// XFAIL: spirv-backend && arch-intel_gpu_pvc
9+
// XFAIL-TRACKER: CMPLRLLVM-70538
10+
811
// Tests invoke_simd support in the compiler/headers
912

1013
/* Test case purpose:

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

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

8+
// XFAIL: spirv-backend && arch-intel_gpu_pvc
9+
// XFAIL-TRACKER: CMPLRLLVM-70538
10+
811
/*
912
* Tests invoke_simd support in the compiler/headers
1013
* Test case purpose:

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

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

8+
// UNSUPPORTED: spirv-backend && arch-intel_gpu_pvc
9+
// UNSUPPORTED-TRACKER: CMPLRLLVM-70538
10+
811
// Tests invoke_simd support of modular code structure.
912
// ESIMD part is located in split_module/Inputs/ESIMD_module.cpp
1013
//

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

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

8+
// UNSUPPORTED: spirv-backend && arch-intel_gpu_pvc
9+
// UNSUPPORTED-TRACKER: CMPLRLLVM-70538
10+
811
// Tests invoke_simd support in the compiler/headers
912
/*
1013
* Test case purpose:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
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 && arch-intel_gpu_pvc
8+
// UNSUPPORTED-TRACKER: CMPLRLLVM-70538
9+
710
#include <sycl/detail/core.hpp>
811
#include <sycl/ext/intel/esimd.hpp>
912
#include <sycl/ext/oneapi/experimental/invoke_simd.hpp>

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

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

8+
// XFAIL: spirv-backend && arch-intel_gpu_pvc
9+
// XFAIL-TRACKER: CMPLRLLVM-70538
10+
811
// Tests invoke_simd support in the compiler/headers
912

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

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

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

8+
// UNSUPPORTED: spirv-backend && arch-intel_gpu_pvc
9+
// UNSUPPORTED-TRACKER: CMPLRLLVM-70538
10+
811
/* Tests invoke_simd support in the compiler/headers
912
* Test checks support for passing a debug symbols option (-g) to the compiler.
1013
* This test also runs with all types of VISA link time optimizations enabled.

0 commit comments

Comments
 (0)