Skip to content

Commit

Permalink
[SYCL-E2E] Re-enable a bunch of working tests (intel#14915)
Browse files Browse the repository at this point in the history
Fixes [14795](intel#14795),
[14749](intel#14749),
[14804](intel#14804),
[14805](intel#14805)
  • Loading branch information
RossBrunton authored Aug 8, 2024
1 parent d893994 commit 8aa4e78
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions sycl/test-e2e/Basic/kernel_bundle/kernel_bundle_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
// RUN: %if cuda %{ %{run} %t.out %}
// RUN: %if cpu %{ env SYCL_UR_TRACE=1 %{run} %t.out | FileCheck %s %}

// TODO: Reenable, see https://github.com/intel/llvm/issues/14764
// UNSUPPORTED: windows, linux

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

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Basic/vector/load_store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -o %t2.out %}
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}

// TODO: Reenable, see https://github.com/intel/llvm/issues/14749
// UNSUPPORTED: windows, linux

// Tests load and store on sycl::vec.

#include <sycl/detail/core.hpp>
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Matrix/element_wise_all_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// TODO: Reenable, see https://github.com/intel/llvm/issues/14598
// UNSUPPORTED: windows, linux

#include "common.hpp"
#include "element_wise_all_ops_impl.hpp"
3 changes: 0 additions & 3 deletions sycl/test-e2e/Matrix/element_wise_all_ops_1d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
// RUN: %{build} -o %t.out
// RUN: env IGC_JointMatrixLoadStoreOpt=1 %{run} %t.out

// TODO: Reenable, see https://github.com/intel/llvm/issues/14598
// UNSUPPORTED: windows, linux

#include "common.hpp"
#include "element_wise_all_ops_impl.hpp"
3 changes: 0 additions & 3 deletions sycl/test-e2e/Matrix/element_wise_all_ops_1d_cont.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
// RUN: %{build} -o %t.out
// RUN: env IGC_JointMatrixLoadStoreOpt=2 %{run} %t.out

// TODO: Reenable, see https://github.com/intel/llvm/issues/14598
// UNSUPPORTED: windows, linux

#include "common.hpp"
#include "element_wise_all_ops_impl.hpp"
3 changes: 0 additions & 3 deletions sycl/test-e2e/Matrix/element_wise_all_ops_scalar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
// RUN: %{build} -o %t.out
// RUN: env IGC_JointMatrixLoadStoreOpt=0 %{run} %t.out

// TODO: Reenable, see https://github.com/intel/llvm/issues/14598
// UNSUPPORTED: windows, linux

#include "common.hpp"
#include "element_wise_all_ops_impl.hpp"
3 changes: 0 additions & 3 deletions sycl/test-e2e/Matrix/element_wise_all_sizes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
// REQUIRES: aspect-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

// TODO: Reenable, see https://github.com/intel/llvm/issues/14598
// UNSUPPORTED: windows, linux

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down

0 comments on commit 8aa4e78

Please sign in to comment.