tilelang.jit.abi ================ .. py:module:: tilelang.jit.abi .. autoapi-nested-parse:: Shared helpers for preparing TVM-FFI callable ABIs. Functions --------- .. autoapisummary:: tilelang.jit.abi.prepare_tvm_ffi_callee_allocated_outputs Module Contents --------------- .. py:function:: prepare_tvm_ffi_callee_allocated_outputs(func, out_idx) Resolve output indices and expose them to TVM-FFI lowering.