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.