Skip to content

Commit 8aa4e78

Browse files
authored
[SYCL-E2E] Re-enable a bunch of working tests (#14915)
Fixes [14795](#14795), [14749](#14749), [14804](#14804), [14805](#14805)
1 parent d893994 commit 8aa4e78

File tree

7 files changed

+0
-21
lines changed

7 files changed

+0
-21
lines changed

sycl/test-e2e/Basic/kernel_bundle/kernel_bundle_api.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// RUN: %if cuda %{ %{run} %t.out %}
88
// RUN: %if cpu %{ env SYCL_UR_TRACE=1 %{run} %t.out | FileCheck %s %}
99

10-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14764
11-
// UNSUPPORTED: windows, linux
12-
1310
#include <iostream>
1411
#include <sycl/detail/core.hpp>
1512

sycl/test-e2e/Basic/vector/load_store.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -o %t2.out %}
55
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
66

7-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14749
8-
// UNSUPPORTED: windows, linux
9-
107
// Tests load and store on sycl::vec.
118

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

sycl/test-e2e/Matrix/element_wise_all_ops.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14598
14-
// UNSUPPORTED: windows, linux
15-
1613
#include "common.hpp"
1714
#include "element_wise_all_ops_impl.hpp"

sycl/test-e2e/Matrix/element_wise_all_ops_1d.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: env IGC_JointMatrixLoadStoreOpt=1 %{run} %t.out
1212

13-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14598
14-
// UNSUPPORTED: windows, linux
15-
1613
#include "common.hpp"
1714
#include "element_wise_all_ops_impl.hpp"

sycl/test-e2e/Matrix/element_wise_all_ops_1d_cont.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: env IGC_JointMatrixLoadStoreOpt=2 %{run} %t.out
1212

13-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14598
14-
// UNSUPPORTED: windows, linux
15-
1613
#include "common.hpp"
1714
#include "element_wise_all_ops_impl.hpp"

sycl/test-e2e/Matrix/element_wise_all_ops_scalar.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: env IGC_JointMatrixLoadStoreOpt=0 %{run} %t.out
1212

13-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14598
14-
// UNSUPPORTED: windows, linux
15-
1613
#include "common.hpp"
1714
#include "element_wise_all_ops_impl.hpp"

sycl/test-e2e/Matrix/element_wise_all_sizes.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
// REQUIRES: aspect-ext_intel_matrix
99
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1010

11-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14598
12-
// UNSUPPORTED: windows, linux
13-
1411
// RUN: %{build} -o %t.out
1512
// RUN: %{run} %t.out
1613

0 commit comments

Comments
 (0)