triton.language.cat

triton.language.cat(input, other, can_reorder=False, dim=0, _semantic=None)

Concatenate the given blocks

Parameters:
  • input (Tensor) – The first input tensor.

  • other (Tensor) – The second input tensor.

  • can_reorder (bool) – Ignored.

  • dim (int) – The dimension to concatenate along.