diff --git a/sycl/test-e2e/Basic/kernel_bundle/kernel_bundle_api.cpp b/sycl/test-e2e/Basic/kernel_bundle/kernel_bundle_api.cpp index c7e8fca902ee3..6911bccffbcca 100644 --- a/sycl/test-e2e/Basic/kernel_bundle/kernel_bundle_api.cpp +++ b/sycl/test-e2e/Basic/kernel_bundle/kernel_bundle_api.cpp @@ -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 #include diff --git a/sycl/test-e2e/Basic/vector/load_store.cpp b/sycl/test-e2e/Basic/vector/load_store.cpp index 396436ee1ac24..626fd0264fb71 100644 --- a/sycl/test-e2e/Basic/vector/load_store.cpp +++ b/sycl/test-e2e/Basic/vector/load_store.cpp @@ -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 diff --git a/sycl/test-e2e/Matrix/element_wise_all_ops.cpp b/sycl/test-e2e/Matrix/element_wise_all_ops.cpp index d14240b145e81..4d6493c23e18e 100644 --- a/sycl/test-e2e/Matrix/element_wise_all_ops.cpp +++ b/sycl/test-e2e/Matrix/element_wise_all_ops.cpp @@ -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" diff --git a/sycl/test-e2e/Matrix/element_wise_all_ops_1d.cpp b/sycl/test-e2e/Matrix/element_wise_all_ops_1d.cpp index ad6bd117044a3..d3d0396593bb0 100644 --- a/sycl/test-e2e/Matrix/element_wise_all_ops_1d.cpp +++ b/sycl/test-e2e/Matrix/element_wise_all_ops_1d.cpp @@ -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" diff --git a/sycl/test-e2e/Matrix/element_wise_all_ops_1d_cont.cpp b/sycl/test-e2e/Matrix/element_wise_all_ops_1d_cont.cpp index 46e0771238de6..1529e60c4165c 100644 --- a/sycl/test-e2e/Matrix/element_wise_all_ops_1d_cont.cpp +++ b/sycl/test-e2e/Matrix/element_wise_all_ops_1d_cont.cpp @@ -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" diff --git a/sycl/test-e2e/Matrix/element_wise_all_ops_scalar.cpp b/sycl/test-e2e/Matrix/element_wise_all_ops_scalar.cpp index 93432bca4a03e..0604a7f345963 100644 --- a/sycl/test-e2e/Matrix/element_wise_all_ops_scalar.cpp +++ b/sycl/test-e2e/Matrix/element_wise_all_ops_scalar.cpp @@ -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" diff --git a/sycl/test-e2e/Matrix/element_wise_all_sizes.cpp b/sycl/test-e2e/Matrix/element_wise_all_sizes.cpp index 83db076d2be20..22ec9b98a66c1 100644 --- a/sycl/test-e2e/Matrix/element_wise_all_sizes.cpp +++ b/sycl/test-e2e/Matrix/element_wise_all_sizes.cpp @@ -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