Skip to content
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 @@ -4,6 +4,9 @@
// RUN: %{build} %device_asan_flags -Xarch_device -mllvm=-asan-spir-shadow-bounds=1 -O2 -g -o %t3.out
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s

// UNSUPPORTED: arch-intel_gpu_pvc
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20361

#include <sycl/detail/core.hpp>
#include <sycl/usm.hpp>

Expand Down
3 changes: 2 additions & 1 deletion sycl/test-e2e/Assert/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://github.com/intel/llvm/issues/17203
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
# https://github.com/intel/llvm/issues/20361
config.unsupported_features += ['arch-intel_gpu_bmg_g21','arch-intel_gpu_pvc']

3 changes: 3 additions & 0 deletions sycl/test-e2e/SubGroup/reduce_spirv13.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// UNSUPPORTED: arch-intel_gpu_pvc
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20361

// This test verifies the correct work of SPIR-V 1.3 reduce algorithm
// used with the operation MUL, bitwise OR, XOR, AND.

Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/SubGroup/reduce_spirv13_fp16.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// REQUIRES: aspect-fp16
// REQUIRES: gpu

// UNSUPPORTED: arch-intel_gpu_pvc
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20361

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/SubGroup/reduce_spirv13_fp64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// UNSUPPORTED: arch-intel_gpu_pvc
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20361

// This test verifies the correct work of SPIR-V 1.3 reduce algorithm
// used with MUL operation.

Expand Down
Loading