TVM FFI Dev
Usage
code
/tvm-ffi-dev <GitHub issue URL> /tvm-ffi-dev <text description>
Instructions
- •
Understand the task:
- •If given a GitHub issue URL, fetch with
gh issue view <URL> - •Write a minimal Python repro script and run it to confirm the error. If it can't be reproduced, stop and report.
- •If given text, use that as the requirement
- •If given a GitHub issue URL, fetch with
- •
Implement — follow existing coding style, keep comments minimal.
- •
Build and test: Use
/tvm-ffi-build, then/tvm-ffi-test. - •
If fixing an issue: Re-run the repro script to verify it passes, then delete it.
- •
PR summary: Use
/dev-pr-summarizeto generate a changelog.