Skip to content

Commit

Permalink
Get rid of comment cluttering
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-sobolev committed Dec 12, 2024
1 parent 865b88a commit 6792174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/oneapi/dpl/pstl/hetero/dpcpp/unseq_backend_sycl.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ template <typename _BinaryOp, typename _Tp>
inline constexpr _Tp __known_identity =
#if _ONEDPL_SYCL_KNOWN_IDENTITY_PRESENT
__dpl_sycl::__known_identity<_BinaryOp, _Tp>::value;
#else //_ONEDPL_SYCL_KNOWN_IDENTITY_PRESENT
#else
__known_identity_for_plus<_BinaryOp, _Tp>::value; //for plus only
#endif //_ONEDPL_SYCL_KNOWN_IDENTITY_PRESENT
#endif

template <typename _ExecutionPolicy, typename _F>
struct walk_n
Expand Down

0 comments on commit 6792174

Please sign in to comment.