File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5757#endif // __SYCL_DEPRECATED
5858
5959#ifndef __SYCL2020_DEPRECATED
60- #if SYCL_LANGUAGE_VERSION >= 202012L && \
60+ #if SYCL_LANGUAGE_VERSION >= 202012L && \
6161 !defined (SYCL2020_DISABLE_DEPRECATION_WARNINGS)
6262#define __SYCL2020_DEPRECATED (message ) __SYCL_DEPRECATED(message)
6363#else
Original file line number Diff line number Diff line change @@ -1139,7 +1139,8 @@ class __SYCL_EXPORT handler {
11391139 // Range rounding is supported only for newer SYCL standards.
11401140#if !defined(__SYCL_DISABLE_PARALLEL_FOR_RANGE_ROUNDING__) && \
11411141 !defined (DPCPP_HOST_DEVICE_OPENMP) && \
1142- !defined (DPCPP_HOST_DEVICE_PERF_NATIVE) && SYCL_LANGUAGE_VERSION >= 202012L
1142+ !defined (DPCPP_HOST_DEVICE_PERF_NATIVE) && \
1143+ SYCL_LANGUAGE_VERSION >= 202012L
11431144 auto [RoundedRange, HasRoundedRange] = getRoundedRange (UserRange);
11441145 if (HasRoundedRange) {
11451146 using NameWT = typename detail::get_kernel_wrapper_name_t <NameT>::name;
You can’t perform that action at this time.
0 commit comments