Skip to content

Commit

Permalink
[SYCL-E2E] Re-enable a bunch of working tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBrunton committed Aug 5, 2024
1 parent 8231dd9 commit 21d1989
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 27 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/EnqueueNativeCommand/custom-command-cuda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %{run} %t.out
// REQUIRES: cuda, cuda_dev_kit

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

#include <cuda.h>

#include <iostream>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %{build} -o %t.out %cuda_options
// RUN: %{run} %t.out

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

#include <cuda.h>

#include <iostream>
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 21d1989

Please sign in to comment.