tqchen opened a new pull request, #19852: URL: https://github.com/apache/tvm/pull/19852
This PR consolidates Relax's StructInfo vocabulary into the unified Type surface and moves Relax expression type storage to `Expr.ty`. Summary: - Adds common expression `ty` storage and migrates Relax type storage/users away from `struct_info_`. - Renames the canonical Relax dependent-type surface from `StructInfo`/`*_sinfo` vocabulary to `Type`/`*_ty`. - Removes the unused shared IR type functor files after auditing usage. - Collapses Relax tuple typing onto the shared IR `TupleType` representation while keeping Relax-specific `PrimType` and `FuncType` behavior. Validation: - `ninja -C build -j$(nproc)` passed. - Focused parser/printer/type pytest passed: `709 passed, 1 xfailed`. - Touched-file pre-commit passed after automatic formatting. - `git diff --check` passed. Additional broad validation recorded in the task notes includes Relax op/distributed and analysis/transform/TVMScript/VM pytest sweeps. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
