File tree Expand file tree Collapse file tree 5 files changed +2
-18
lines changed Expand file tree Collapse file tree 5 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 11// RUN: %{build} -Daccessor_new_api_test %S/Inputs/host_task_accessor.cpp -o %t.out
22// RUN: %{run} %t.out
3-
4- // Disabled on PVC without igc-dev due to timeout.
5- // UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
6- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826
Original file line number Diff line number Diff line change 11// REQUIRES: opencl, opencl_icd
22
3- // XFAIL : arch-intel_gpu_pvc
4- // XFAIL -TRACKER: https://github.com/intel/llvm/issues/14826
3+ // UNSUPPORTED : arch-intel_gpu_pvc
4+ // UNSUPPORTED -TRACKER: https://github.com/intel/llvm/issues/16576
55
66// RUN: %{build} -D__SYCL_INTERNAL_API -o %t.out %opencl_lib -O3
77// RUN: %{run} %t.out
Original file line number Diff line number Diff line change 1010// RUN: %{build} -o %t.out
1111// RUN: %{run} %t.out
1212
13- // Disabled on PVC without igc-dev due to flaky failures.
14- // UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
15- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826
16-
1713// Test checks support of named barrier in a loop in ESIMD kernel.
1814// SLM and surface size is 32 bytes, 16 bytes per iteration.
1915// Each iteration has 1 barrier and 1 producer. Producer stores data to SLM,
Original file line number Diff line number Diff line change 1010// RUN: %{build} -o %t.out
1111// RUN: %{run} %t.out
1212
13- // Disabled on PVC due to flaky failures.
14- // UNSUPPORTED: arch-intel_gpu_pvc
15- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826
16-
1713// Test checks support of named barrier in a loop in ESIMD kernel.
1814// First iteration has 1 barrier and 1 producer, second - 2 barriers and 2
1915// producers. Producer stores data to SLM, then all threads read SLM and store
Original file line number Diff line number Diff line change 11// RUN: %{build} -fsycl-device-code-split=per_kernel -I . -o %t.out
22// RUN: %{run} %t.out
33
4- // Disabled on PVC without igc-dev due to timeout.
5- // UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
6- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826
7-
84#include " support.h"
95
106#include < sycl/sub_group.hpp>
You can’t perform that action at this time.
0 commit comments