CuPy-specific FunctionsΒΆ

CuPy-specific functions are placed under cupyx namespace.

cupyx.rsqrt

Returns the reciprocal square root.

cupyx.scatter_add

Adds given values to specified elements of an array.

cupyx.scatter_max

Stores a maximum value of elements specified by indices to an array.

cupyx.scatter_min

Stores a minimum value of elements specified by indices to an array.