ninetoothed.jit#

ninetoothed.jit(func=None, *, _prettify=False)#

A decorator for generating compute kernels.

Parameters:
  • func – The function to be compiled.

  • _prettify – Whether to prettify the generated code.

Returns:

A handle to the compute kernel.

Note

The _prettify parameter is experimental, which might break the generated code.