Skip to content

ren.jit

Generated API reference for the ren.jit decorator. Start with ren.jit replay for the capture/replay model, cache keys, and examples.

jit

clear_jit()

Drop all captured plans and release backend runner resources.

After calling this, the next invocation of the jit-decorated function will re-capture from scratch. Raises if called while a capture is in progress.