DPCT1091

Message

The function dpct::segmented_reduce only supports DPC++ native binary operation. Replace “dpct_placeholder” with a DPC++ native binary operation.

Detailed Help

dpct::segmented_reduce supports the following native binary operations:

  • sycl::plus

  • sycl::bit_or

  • sycl::bit_xor

  • sycl::bit_and

  • sycl::maximum

  • sycl::minimum

  • sycl::multiplies

Suggestions to Fix

Review and rewrite the code manually.