File tree Expand file tree Collapse file tree 8 files changed +21
-3
lines changed
GroupAlgorithm/SYCL2020/group_sort Expand file tree Collapse file tree 8 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1313// XFAIL: windows && arch-intel_gpu_bmg_g21
1414// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
1515
16+ // XFAIL: linux && arch-intel_gpu_mtl_u
17+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/20896
18+
1619// RUN: %{build} -Wno-error=deprecated-declarations -o %t.out
1720
1821// TODO: at this time PVC 1T systems are not correctly supporting CSLICE
Original file line number Diff line number Diff line change 1313// XFAIL: windows && arch-intel_gpu_bmg_g21
1414// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
1515
16+ // XFAIL: linux && arch-intel_gpu_mtl_u
17+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/20896
18+
1619// RUN: %{build} -o %t.out
1720
1821// TODO: at this time PVC 1T systems are not correctly supporting CSLICE
Original file line number Diff line number Diff line change 11// REQUIRES: level_zero, level_zero_dev_kit
2+
3+ // UNSUPPORTED: arch-intel_gpu_mtl_u
4+ // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20898
5+
26// RUN: %{build} -o %t.out %level_zero_options
37// RUN: %{run} %t.out
48
Original file line number Diff line number Diff line change 1+ // UNSUPPORTED: linux && arch-intel_gpu_mtl_u
2+ // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20899
3+
14// RUN: %{build} -o %t.out
25//
36// RUN: env PRINT_DEVICE_INFO=1 %{run-unfiltered-devices} %t.out > %t1.conf
Original file line number Diff line number Diff line change 22// UNSUPPORTED: target-nvidia || target-amd
33// UNSUPPORTED-INTENDED: subgroup size requirement implicitly make nvptx/amdgcn
44// not supported
5- // XFAIL: linux && run-mode && (gpu-intel-gen12 || gpu-intel-dg2)
5+ // XFAIL: linux && run-mode && (gpu-intel-gen12 || gpu-intel-dg2 || arch-intel_gpu_mtl_u )
66// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18577
77
88// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
Original file line number Diff line number Diff line change 11// REQUIRES: aspect-usm_shared_allocations
22// RUN: %{build} -o %t.out
33// RUN: %{run} %t.out
4- // UNSUPPORTED: run-mode && (gpu-intel-gen12 || gpu-intel-dg2 || gpu-intel-pvc-1T || arch-intel_gpu_bmg_g21 )
4+ // UNSUPPORTED: run-mode && (gpu-intel-gen12 || gpu-intel-dg2 || gpu-intel-pvc-1T)
5+ // UNSUPPORTED: run-mode && (arch-intel_gpu_bmg_g21 || arch-intel_gpu_mtl_u)
56// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20244
67// This test tests free function kernel code generation and execution.
78
Original file line number Diff line number Diff line change 11// REQUIRES: level_zero, level_zero_dev_kit
2+
3+ // UNSUPPORTED: arch-intel_gpu_mtl_u
4+ // UNSUPPORTED-TRACKER:
5+
26// RUN: %{build} %level_zero_options -o %t.out
37// RUN: %{run} %t.out
48
Original file line number Diff line number Diff line change 33// UNSUPPORTED: hip
44// UNSUPPORTED-INTENDED: Returning non-FP values from sampling fails on HIP.
55
6- // UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
6+ // UNSUPPORTED: linux && ( arch-intel_gpu_bmg_g21 || arch-intel_gpu_mtl_u ) && level_zero_v2_adapter
77// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20223
88
99// RUN: %{build} -o %t.out
You can’t perform that action at this time.
0 commit comments