The GitHub Actions job "Lint" on tvm.git/main has failed.
Run started by GitHub user tlopex (triggered by tlopex).

Head commit for run:
ca6fcc25b5655a92c25794515c9b13447ac9b91b / Midst 
<[email protected]>
[BugFix][Relax] Preserve take mode in ReorderTakeAfterMatmul (#20206)

`ReorderTakeAfterMatmul` rebuilds `relax.take` calls without forwarding
the original `mode`, so `mode="clip"` silently becomes the default
`mode="fast"`. This changes the defined behavior for out-of-bounds
indices.

This change forwards `TakeAttrs::mode` in both the simple and batched
weight rewrite paths, and adds structural regression tests for both
paths.

Testing:
- `git diff --check`
- C++ syntax checks with TVM-generated compiler flags
- `python -m py_compile
tests/python/relax/test_transform_reorder_take_after_matmul.py`

Full pytest was not run because the current Windows host does not have
MSVC. The available MinGW build stops in TVM-FFI's Windows platform code
before compiling this transform.

Fixes #20201

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

With regards,
GitHub Actions via GitBox


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

Reply via email to