The GitHub Actions job "CI" on tvm.git/sizevar-tvmscript has succeeded.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
ffd701961d4b8e5a7ea6b62eaf7ca8dedbcfe712 / tqchen <[email protected]>
[TVMScript][Relax] Use tir.SizeVar for shape variables

TVMScript parser now uses `tir.SizeVar` (known non-negative) instead of
`tir.Var` for symbolic variables defined in size contexts (R.Tensor shapes,
R.Shape), while keeping `tir.Var` for R.Prim arguments. This aligns
TVMScript parsing with Relax transformations that call
`Analyzer::MarkGlobalNonNegValue`, fixing shape inference differences
between parsing and transformation passes (Issue #16877).

Report URL: https://github.com/apache/tvm/actions/runs/22452457686

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to