Custom kernelsΒΆ

cupy.ElementwiseKernel

User-defined elementwise kernel.

cupy.ReductionKernel

User-defined reduction kernel.

cupy.RawKernel

User-defined custom kernel.

cupy.RawModule

User-defined custom module.

cupy.fuse

Decorator that fuses a function.