Skip to content

[SYCL][NFC] Make E2E more robust in different environments #12625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
2 changes: 1 addition & 1 deletion sycl/test-e2e/ESIMD/linear/linear.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: gpu-intel-pvc
// REQUIRES: aspect-ext_intel_legacy_image
// Use -O2 to avoid huge stack usage under -O0.
// RUN: %{build} -O2 -I%S/.. -o %t.out
// RUN: %{run} %t.out %S/linear_in.bmp %S/linear_gold_hw.bmp
Expand Down
4 changes: 1 addition & 3 deletions sycl/test-e2e/InvokeSimd/Spec/simd_size/simd8.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Test not intended to run on PVC
// UNSUPPORTED: gpu-intel-pvc
//
// REQUIRES-INTEL-DRIVER: lin: 26690, win: 101.4576
// REQUIRES: sg-8
//
// Check that full compilation works:
// RUN: %{build} -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/KernelFusion/jit_caching_multispirv.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: gpu, (opencl || level_zero)
// REQUIRES: (gpu && (opencl || level_zero)), cpu
// RUN: %{build} -O2 -o %t.out
// RUN: env SYCL_RT_WARNING_LEVEL=1 %{run-unfiltered-devices} %t.out 2>&1 | FileCheck %s --implicit-check-not "WRONG a VALUE" --implicit-check-not "WRONG b VALUE"

Expand Down
6 changes: 1 addition & 5 deletions sycl/test-e2e/KernelFusion/jit_caching_multitarget.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
// REQUIRES: gpu, (hip || cuda)
// REQUIRES: (gpu && (hip || cuda)), cpu
// RUN: %{build} -fsycl-embed-ir -O2 -o %t.out
// RUN: env SYCL_RT_WARNING_LEVEL=1 %{run-unfiltered-devices} %t.out 2>&1 | FileCheck %s --implicit-check-not "WRONG a VALUE" --implicit-check-not "WRONG b VALUE"
// XFAIL: *

// COM: This test is expected to fail on CI, as CUDA and HIP runners do not
// provide a CPU backend.

// Test caching for JIT fused kernels when devices with different architectures
// are involved.
Expand Down