cupynumeric.hsplit#

cupynumeric.hsplit(
a: ndarray,
indices: int | ndarray,
) list[ndarray]#

Split an array into multiple sub-arrays horizontally (column-wise).

Please refer to the split documentation. hsplit is equivalent to split with axis=1, the array is always split along the second axis regardless of the array dimension.

See also

numpy.hsplit

Availability:

Multiple GPUs, Multiple CPUs