Skip to content

Commit cd14e89

Browse files
authored
[SYCL] Change in macro name. (intel#214)
Signed-off-by: rdeodhar <[email protected]>
1 parent 7384530 commit cd14e89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SYCL/Basic/parallel_for_disable_range_roundup.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSYCL_DISABLE_PARALLEL_FOR_RANGE_ROUNDING %s -o %t.out
1+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -D__SYCL_DISABLE_PARALLEL_FOR_RANGE_ROUNDING__ -DSYCL_DISABLE_PARALLEL_FOR_RANGE_ROUNDING %s -o %t.out
2+
// TODO: Remove -DSYCL_DISABLE_PARALLEL_FOR_RANGE_ROUNDING after runtime change.
3+
24
// RUN: %GPU_RUN_PLACEHOLDER SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 %t.out %GPU_CHECK_PLACEHOLDER --check-prefix CHECK-DISABLED
35

46
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -sycl-std=2017 %s -o %t.out

0 commit comments

Comments
 (0)