Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Disable some SYCL/Reduction tests on Windows OpenCL #211

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions SYCL/Reduction/reduction_nd_s0_rw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
// This test performs basic checks of parallel_for(nd_range, reduction, func)
// with reductions initialized with 0-dimensional read_write accessor.

// This test fails with exceeded time out on Windows with OpenCL, temporarily
// disabling
// UNSUPPORTED: windows && opencl

#include "reduction_utils.hpp"
#include <CL/sycl.hpp>
#include <cassert>
Expand Down
4 changes: 4 additions & 0 deletions SYCL/Reduction/reduction_nd_s1_rw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
// with reductions initialized with 1-dimensional read_write accessor
// accessing 1 element buffer.

// This test fails with exceeded time out on Windows with OpenCL, temporarily
// disabling
// UNSUPPORTED: windows && opencl

#include "reduction_utils.hpp"
#include <CL/sycl.hpp>
#include <cassert>
Expand Down
4 changes: 4 additions & 0 deletions SYCL/Reduction/reduction_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
// This test performs basic checks of parallel_for(nd_range, reduction, func)
// with reductions initialized with USM var.

// This test fails with exceeded time out on Windows with OpenCL, temporarily
// disabling
// UNSUPPORTED: windows && opencl

#include "reduction_utils.hpp"
#include <CL/sycl.hpp>
#include <cassert>
Expand Down