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

Commit b2d2fd6

Browse files
authored
[SYCL] Remove "UNSUPPORTED" for a fixed test (#187)
After MinRange was introduced in the compiler implementation, the original test stopped range rounding. It was re-enabled in the previous commit, after adjusting the ranges to sizes greater than MinRange.
1 parent c31719a commit b2d2fd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SYCL/Basic/parallel_for_range_roundup.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
22
// RUN: env SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
33

4-
// Issue #164 The test is failing sporadically on Windows
5-
// UNSUPPORTED: windows
64
#include <CL/sycl.hpp>
75

86
using namespace sycl;

0 commit comments

Comments
 (0)