Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 682 Bytes

File metadata and controls

20 lines (14 loc) · 682 Bytes

Transform

Configuring the kernel

.. doxygenstruct:: rocprim::transform_config

transform

.. doxygenfunction:: rocprim::transform(InputIterator, OutputIterator, const size_t, UnaryFunction, const hipStream_t stream, bool)
.. doxygenfunction:: rocprim::transform(InputIterator1, InputIterator2, OutputIterator, const size_t, BinaryFunction, const hipStream_t, bool)