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 1
1
// RUN: %{build} -Daccessor_new_api_test %S/Inputs/host_task_accessor.cpp -o %t.out
2
2
// 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 1
1
// REQUIRES: opencl, opencl_icd
2
2
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
5
5
6
6
// RUN: %{build} -D__SYCL_INTERNAL_API -o %t.out %opencl_lib -O3
7
7
// RUN: %{run} %t.out
Original file line number Diff line number Diff line change 10
10
// RUN: %{build} -o %t.out
11
11
// RUN: %{run} %t.out
12
12
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
-
17
13
// Test checks support of named barrier in a loop in ESIMD kernel.
18
14
// SLM and surface size is 32 bytes, 16 bytes per iteration.
19
15
// Each iteration has 1 barrier and 1 producer. Producer stores data to SLM,
Original file line number Diff line number Diff line change 10
10
// RUN: %{build} -o %t.out
11
11
// RUN: %{run} %t.out
12
12
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
-
17
13
// Test checks support of named barrier in a loop in ESIMD kernel.
18
14
// First iteration has 1 barrier and 1 producer, second - 2 barriers and 2
19
15
// producers. Producer stores data to SLM, then all threads read SLM and store
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -fsycl-device-code-split=per_kernel -I . -o %t.out
2
2
// RUN: %{run} %t.out
3
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
7
-
8
4
#include " support.h"
9
5
10
6
#include < sycl/sub_group.hpp>
You can’t perform that action at this time.
0 commit comments