The GitHub Actions job "Lint" on tvm.git/fix-20204-unknown-rank-permute has 
failed.
Run started by GitHub user yanght27 (triggered by yanght27).

Head commit for run:
1ade645cffcfecb05c820685c04692114e932c6b / yanght27 <[email protected]>
[Fix][Relax] Skip ReorderPermuteDimsAfterConcat for unknown-rank inputs

Implicit permute_dims axes depend on the input rank. The pass previously 
asserted that the rank
    was known, even though Relax permits axes=None on unknown-rank tensors.

Represent unavailable axes with ffi::Optional, leave the expression unchanged 
when a concrete
    permutation cannot be derived, and add a regression test.

Fixes #20204.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to