Skip to content

[SYCL][E2E] Reenable old tests #15146

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
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: 0 additions & 2 deletions sycl/test-e2e/Basic/buffer/buffer_release.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// REQUIRES: cpu
// UNSUPPORTED: windows
// DeferredMemory Destruction not presently supported on Windows.

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
Expand Down
1 change: 1 addition & 0 deletions sycl/test-e2e/Basic/buffer/subbuffer.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// See https://github.com/intel/llvm/issues/15151
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not exactly reenabling. I'm okay with it, just noting it in case it was involuntarily added to this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I originally tried to reenable it, but it seemed to still fail on Gen12. I will make this clear in the description of the PR.

// UNSUPPORTED: (opencl && gpu)

//
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/build_log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: opencl || level_zero, gpu, ocloc
// UNSUPPORTED: gpu-intel-dg1 || windows
// UNSUPPORTED: gpu-intel-dg1
//
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device dg1" %s -o %t.out
// RUN: env SYCL_RT_WARNING_LEVEL=2 %{run} %t.out 2>&1 | FileCheck %s
Expand Down
4 changes: 0 additions & 4 deletions sycl/test-e2e/Basic/enqueue_barrier.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: env SYCL_UR_TRACE=2 %{run} %t.out 2>&1 | FileCheck %s

// The test is failing sporadically on Windows OpenCL RTs
// Disabling on windows until fixed
// UNSUPPORTED: windows

#include <sycl/ext/intel/fpga_device_selector.hpp>
#include <sycl/detail/core.hpp>

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Basic/event_profiling_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
//
//===----------------------------------------------------------------------===//

// Fails there.
// UNSUPPORTED: opencl && arch-intel_gpu_pvc

#include <cassert>
#include <iostream>
#include <sycl/detail/core.hpp>
Expand Down
3 changes: 1 addition & 2 deletions sycl/test-e2e/Basic/image/image_accessor_readsampler.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: cuda || hip || (windows && level_zero)
// unsupported on windows (level-zero) due to fail of Jenkins/pre-ci-windows
// UNSUPPORTED: cuda || hip
// CUDA cannot support SYCL 1.2.1 images.
//
// RUN: %{build} -o %t.out
Expand Down
3 changes: 1 addition & 2 deletions sycl/test-e2e/Basic/image/image_max_size.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// UNSUPPORTED: cuda || hip || (windows && opencl && gpu)
// UNSUPPORTED: cuda || hip
// CUDA does not support info::device::image3d_max_width query.
// TODO: Irregular runtime fails on Windows/opencl:gpu require analysis.

// The test checks that 'image' with max allowed sizes is handled correctly.

Expand Down
3 changes: 1 addition & 2 deletions sycl/test-e2e/Basic/image/image_sample.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// REQUIRES: aspect-ext_intel_legacy_image
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// Temporarily disable test on Windows due to regressions in GPU driver.
// UNSUPPORTED: hip, windows
// UNSUPPORTED: hip

#include <sycl/accessor_image.hpp>
#include <sycl/detail/core.hpp>
Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/CompositeDevice/composite_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// RUN: env ZE_FLAT_DEVICE_HIERARCHY=COMBINED %{run} %t.out
// RUN: env ZE_FLAT_DEVICE_HIERARCHY=COMPOSITE %{run} %t.out
// RUN: env ZE_FLAT_DEVICE_HIERARCHY=FLAT %{run} %t.out
// UNSUPPORTED: (windows && level_zero)

#include <sycl/detail/core.hpp>
#include <sycl/ext/oneapi/experimental/composite_device.hpp>
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/DiscardEvents/invalid_event.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Same hang as on Basic/barrier_order.cpp tracked in
// https://github.com/intel/llvm/issues/7330.
// UNSUPPORTED: opencl && gpu
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
Loading