Skip to content

Commit a9d18cc

Browse files
Remove incorrect comment
Co-authored-by: Vyacheslav Klochkov <[email protected]>
1 parent cab1b2f commit a9d18cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/include/CL/sycl/reduction.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ reduction(T *Var, const T &Identity, BinaryOperation Combiner,
117117
/// Constructs a reduction object using the reduction variable referenced by
118118
/// the given sycl::span \p Span, reduction operation \p Combiner, and
119119
/// optional reduction properties.
120-
/// The reduction algorithm may be less efficient for this variant as the
121-
/// reduction identity is not known statically and it is not provided by user.
122120
template <typename T, size_t Extent, typename BinaryOperation>
123121
std::enable_if_t<Extent != dynamic_extent &&
124122
has_known_identity<BinaryOperation, T>::value,

0 commit comments

Comments
 (0)