Skip to content
Draft
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
3 changes: 2 additions & 1 deletion sycl/test-e2e/Adapters/level_zero/event-leak.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// REQUIRES: level_zero, level_zero_dev_kit
//
// UNSUPPORTED: windows && level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20852
// UNSUPPORTED-TRACKER: Re-enable when windows L0 loader gets updated to
// ver >= 2.25.2, https://github.com/intel/llvm/issues/20852
//
// RUN: %{build} %level_zero_options -o %t.out
// RUN: %{l0_leak_check} %{run} %t.out wait 2>&1 | FileCheck %s
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Basic/buffer/buffer_full_copy.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585

//==------------- buffer_full_copy.cpp - SYCL buffer basic test ------------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Basic/fill_accessor.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585

#include <sycl/detail/core.hpp>

#include <algorithm>
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Basic/fill_accessor_ur.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: env SYCL_UR_TRACE=2 %{run} %t.out | FileCheck %s

// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585

// This test merely checks the use of the correct UR call. Its sister test
// fill_accessor.cpp thoroughly checks the workings of the .fill() call.

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

// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585

//==- handler.cpp - SYCL handler explicit memory operations test -*- C++-*--==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Basic/queue/queue_shortcut_functions.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585

//==-- queue_shortcut_functions.cpp - SYCL queue shortcut functions test ---==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// REQUIRES: level_zero
//
// UNSUPPORTED: windows && level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20852
// UNSUPPORTED-TRACKER: Re-enable when windows L0 loader gets updated to
// ver >= 2.25.2, https://github.com/intel/llvm/issues/20852
//
// RUN: %{build} -o %t.out
//
Expand All @@ -19,7 +20,8 @@

#include <sycl/detail/core.hpp>
#include <sycl/properties/all_properties.hpp>
int main(int argc, char *argv[]) {
int
main(int argc, char *argv[]) {
assert(argc == 2 && "Invalid number of arguments");
std::string use_queue_finish(argv[1]);

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Graph/Profiling/event_profiling_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}

// UNSUPPORTED: level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17760

// This test checks the profiling of an event returned
// from graph submission with event::get_profiling_info().
// It first tests a graph made exclusively of memory operations,
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Graph/Profiling/event_profiling_info_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}

// UNSUPPORTED: level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17760

// This test checks the profiling of an event returned
// from graph submission with event::get_profiling_info().
// It first tests a graph made exclusively of memory operations,
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Matrix/SG32/joint_matrix_out_bounds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// REQUIRES: aspect-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

// UNSUPPORTED: gpu-intel-dg2, cpu
// UNSUPPORTED: gpu-intel-dg2, cpu, arch-intel_gpu_pvc
// UNSUPPORTED-INTENDED: Checked load/stores are not supported by DG2 and CPU HW

// RUN: %{build} -o %t.out
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

// REQUIRES: aspect-ext_intel_matrix

// UNSUPPORTED: gpu-intel-dg2, cpu
// UNSUPPORTED: gpu-intel-dg2, cpu, arch-intel_gpu_pvc
// UNSUPPORTED-INTENDED: Checked load/stores are not supported by DG2 and CPU HW

// RUN: %{build} -o %t.out
Expand Down
6 changes: 3 additions & 3 deletions sycl/test-e2e/Matrix/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ if 'windows' in config.available_features:
config.unsupported_features += ['arch-intel_gpu_bmg_g21']

# https://github.com/intel/llvm/issues/18932
has_arch_gpu_intel_pvc = any('arch-intel_gpu_pvc' in T for T in config.sycl_dev_features.values())
if has_arch_gpu_intel_pvc:
config.unsupported_features += ['level_zero_v2_adapter']
# has_arch_gpu_intel_pvc = any('arch-intel_gpu_pvc' in T for T in config.sycl_dev_features.values())
# if has_arch_gpu_intel_pvc:
# config.unsupported_features += ['level_zero_v2_adapter']

config.substitutions.append(("%helper-includes", "-I {}/Inputs".format(os.path.dirname(os.path.abspath(__file__)))))
original_clangxx=""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// REQUIRES: linux, cpu || (gpu && level_zero)
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585

// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t1.out
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t1.out 2>&1 | FileCheck %s --check-prefixes CHECK,CHECK-ORIGIN-STACK
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// REQUIRES: linux, cpu || (gpu && level_zero)
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585

// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t0.out
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t0.out 2>&1 | FileCheck %s --check-prefixes CHECK,CHECK-ORIGIN-STACK
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// REQUIRES: linux, cpu || (gpu && level_zero)
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585

// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O2 -g -o %t1.out
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t1.out 2>&1 | FileCheck %s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// REQUIRES: linux, cpu || (gpu && level_zero)
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585

// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t0.out
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t0.out 2>&1 | FileCheck %s --check-prefixes CHECK,CHECK-ORIGIN-STACK
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// REQUIRES: linux, cpu || (gpu && level_zero)
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585

// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t0.out
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t0.out 2>&1 | FileCheck %s --check-prefixes CHECK,CHECK-ORIGIN-STACK
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// REQUIRES: linux, cpu || (gpu && level_zero)
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585

// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t1.out
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t1.out 2>&1 | FileCheck %s --check-prefixes CHECK,CHECK-ORIGIN-STACK
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/MultiDevice/set_arg_pointer.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// UNSUPPORTED: level_zero_v2_adapter
// UNSUPPORTED-TRACKER: CMPLRLLVM-67039

// Test that usm device pointer can be used in a kernel compiled for a context
// with multiple devices.

Expand Down
3 changes: 2 additions & 1 deletion sycl/test-e2e/ProfilingTag/profile_tag_leak.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// REQUIRES: level_zero
//
// UNSUPPORTED: windows && level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20852
// UNSUPPORTED-TRACKER: Re-enable when windows L0 loader gets updated to
// ver >= 2.25.2, https://github.com/intel/llvm/issues/20852
//
// RUN: %{build} -o %t.out
// RUN: %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/ProfilingTag/profiling_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
// UNSUPPORTED: cuda
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14053

// UNSUPPORTED: level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19116
//
// UNSUPPORTED: ((intel_gpu_acm{{.*}} || intel_gpu_pvc || intel_gpu_bmg{{.*}}) && (!level_zero)) || preview-mode
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19425

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
// UNSUPPORTED: cuda
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14053

// UNSUPPORTED: level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17760

#include <sycl/detail/core.hpp>
#include <sycl/ext/oneapi/experimental/profiling_tag.hpp>

Expand Down
4 changes: 3 additions & 1 deletion sycl/test-e2e/Regression/reduction_resource_leak_dw.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// REQUIRES: level_zero
//
// UNSUPPORTED: windows && level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20852
// UNSUPPORTED-TRACKER: Re-enable when windows L0 loader gets updated to
// ver >= 2.25.2, https://github.com/intel/llvm/issues/20852

//
// RUN: %{build} -o %t.out
// RUN: %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s
Expand Down
3 changes: 2 additions & 1 deletion sycl/test-e2e/USM/usm_leak_check.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// REQUIRES: level_zero
//
// UNSUPPORTED: windows && level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20852
// UNSUPPORTED-TRACKER: Re-enable when windows L0 loader gets updated to
// ver >= 2.25.2, https://github.com/intel/llvm/issues/20852

// RUN: %{build} -Wno-error=deprecated-declarations -o %t.out

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/bindless_images/array/fetch_sampled_array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// REQUIRES: aspect-ext_oneapi_image_array
// UNSUPPORTED: target-amd
// UNSUPPORTED-INTENDED: image array not currently supported on AMD
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20223

// RUN: %{build} -o %t.out
// RUN: %{run} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out

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

// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20223

// Print test names and pass status.
// #define VERBOSE_LV1

Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/bindless_images/copies/copy_subregion_2D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// UNSUPPORTED: gpu
// UNSUPPORTED-INTENDED: sporadic failure in CI
// https://github.com/intel/llvm/issues/20006
// XFAIL: linux && arch-intel_gpu_acm_g10 && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20004
// XFAIL: hip
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19957

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/bindless_images/read_sampled.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// UNSUPPORTED: hip
// UNSUPPORTED-INTENDED: Returning non-FP values from sampling fails on HIP.

// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20223

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

Expand Down
Loading