[Bug] v0.18.0 tir.UnrollLoop uses unbounded memory during compilation #17561
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Steps to Reproduce:
Expected Behavior:
Successful Compilation or a reason for why the compilation target is invalid
Reality: Continuous compilation, with slowly increasing memory usage until a machine crash occurs
When tested with
tvm.transform.PassContext(opt_level=4, disabled_pass=["tir.UnrollLoop"])
the compilationfails with exit code 1 and the following error message:
The text was updated successfully, but these errors were encountered: