Skip to content

[SYCL][E2E] Try to enable SYCL tests disabled due to opaque ptr issues #13695

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: 0 additions & 2 deletions sycl/test-e2e/BFloat16/bfloat16_conversions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
// software emulation.
// UNSUPPORTED: accelerator

// FIXME: enable opaque pointers support on CPU.

//==---------- bfloat16_conversions.cpp - SYCL bfloat16 type test ---------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/BFloat16/bfloat16_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// TODO currently the feature isn't supported on FPGA.
// UNSUPPORTED: accelerator

// FIXME: enable opaque pointers support on CPU.

//==----------- bfloat16_type.cpp - SYCL bfloat16 type test ----------------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
3 changes: 1 addition & 2 deletions sycl/test-e2e/DeviceLib/string_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
// RUN: %{build} -fno-builtin -fsycl-device-lib-jit-link -o %t.out
// RUN: %if !gpu %{ %{run} %t.out %}

// FIXME: enable opaque pointers support on CPU.
// UNSUPPORTED: cpu || accelerator
// UNSUPPORTED: accelerator

#include <cassert>
#include <cstdint>
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Reduction/reduction_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
// Windows doesn't yet have full shutdown().
// UNSUPPORTED: ze_debug && windows

// FIXME: enable opaque pointers support
// REQUIRES: TEMPORARY_DISABLED

// This test performs basic checks of parallel_for(nd_range, reduction, func)
// with reductions initialized with USM pointer.

Expand Down
5 changes: 3 additions & 2 deletions sycl/test-e2e/Regression/local-arg-align.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//
// RUN: %{run} %t.out

// FIXME: enable opaque pointers support
// REQUIRES: TEMPORARY_DISABLED
// https://github.com/intel/llvm/issues/10682
// UNSUPPORTED: gpu-intel-gen12

//==-- local-arg-align.cpp - Test for local argument alignmnent ------------==//
//
Expand All @@ -16,6 +16,7 @@
#include <iostream>

#include <sycl/detail/core.hpp>
#include <sycl/types.hpp>

using namespace sycl;

Expand Down
Loading