Skip to content

Commit e3f7aea

Browse files
[SYCL][E2E] Try to enable SYCL tests disabled due to opaque ptr issues (#13695)
This commit attempts to enable tests previously disabled due to opaque pointer issues. --------- Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 3561c9b commit e3f7aea

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-11
lines changed

sycl/test-e2e/BFloat16/bfloat16_conversions.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
// software emulation.
66
// UNSUPPORTED: accelerator
77

8-
// FIXME: enable opaque pointers support on CPU.
9-
108
//==---------- bfloat16_conversions.cpp - SYCL bfloat16 type test ---------==//
119
//
1210
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/BFloat16/bfloat16_type.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
// TODO currently the feature isn't supported on FPGA.
77
// UNSUPPORTED: accelerator
88

9-
// FIXME: enable opaque pointers support on CPU.
10-
119
//==----------- bfloat16_type.cpp - SYCL bfloat16 type test ----------------==//
1210
//
1311
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/DeviceLib/string_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// RUN: %{build} -fno-builtin -fsycl-device-lib-jit-link -o %t.out
66
// RUN: %if !gpu %{ %{run} %t.out %}
77

8-
// FIXME: enable opaque pointers support on CPU.
9-
// UNSUPPORTED: cpu || accelerator
8+
// UNSUPPORTED: accelerator
109

1110
#include <cassert>
1211
#include <cstdint>

sycl/test-e2e/Reduction/reduction_usm.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// Windows doesn't yet have full shutdown().
88
// UNSUPPORTED: ze_debug && windows
99

10-
// FIXME: enable opaque pointers support
11-
// REQUIRES: TEMPORARY_DISABLED
12-
1310
// This test performs basic checks of parallel_for(nd_range, reduction, func)
1411
// with reductions initialized with USM pointer.
1512

sycl/test-e2e/Regression/local-arg-align.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
//
33
// RUN: %{run} %t.out
44

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

88
//==-- local-arg-align.cpp - Test for local argument alignmnent ------------==//
99
//
@@ -16,6 +16,7 @@
1616
#include <iostream>
1717

1818
#include <sycl/detail/core.hpp>
19+
#include <sycl/types.hpp>
1920

2021
using namespace sycl;
2122

0 commit comments

Comments
 (0)