Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 413 Bytes

File metadata and controls

19 lines (13 loc) · 413 Bytes

concat

Concatenate operators along a dimension. The returned operator will index into each of the concatenated operators, depending on where it's indexed

.. doxygenfunction:: concat

Examples

.. literalinclude:: ../../../../test/00_operators/concat_test.cu
   :language: cpp
   :start-after: example-begin concat-test-1
   :end-before: example-end concat-test-1
   :dedent: