pystencils.jit.gpu_cupy.CupyJit

pystencils.jit.gpu_cupy.CupyJit#

class pystencils.jit.gpu_cupy.CupyJit#
compile(kernel)#

Compile a kernel function and return a callable object which invokes the kernel.

Return type:

KernelWrapper

Parameters:

kernel (Kernel)