The GitHub Actions job "Teams" on tvm.git/main has succeeded.
Run started by GitHub user grjv587 (triggered by grjv587).

Head commit for run:
4533d314884f0e3d1c19c6c410703b552b7e4083 / Guan-Ming (Wesley) Chiu 
<[email protected]>
[Relax] Add FDataDependent operator attribute for LegalizeOps (#18664)

## Why

The LegalizeOps transform was using string matching to detect
data-dependent operators by checking if "dynamic" appears in the
operator name. This approach is fragile and doesn't scale well as new
data-dependent operators are added.

## How

- Add FDataDependent operator attribute to properly mark data-dependent
operators
- Set FDataDependent=true for relax.dynamic_strided_slice operator
- Update LegalizeOps transform to check the FDataDependent attribute
instead of string matching

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

With regards,
GitHub Actions via GitBox


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

Reply via email to