18 Commits

Author SHA1 Message Date
Tianqi Chen 141c22fd8a [Refactor] Bring up tirx namespace (#18913)
This PR brings up the tirx namespace. We have been spliting out the
original tir namespace to include high-level component s_tir and this PR
updates the remaining low-level part as tirx namespace
2026-03-19 21:27:54 -07:00
Tianqi Chen e5f483cd5f [REFACTOR][NODE] Remove node redirect headers (#18829) 2026-02-27 06:36:57 -05:00
Sense_wang 7b771ce623 fix: replace 6 bare except clauses with except Exception (#18821)
## What
Replace 6 bare `except:` clauses with `except Exception:`.

## Why
Bare `except:` catches `BaseException`, including `KeyboardInterrupt`
and `SystemExit`, which can prevent clean process shutdown and mask
critical errors. Using `except Exception:` catches all application-level
errors while allowing system-level exceptions to propagate correctly.
2026-02-26 10:49:11 -05:00
Tianqi Chen 33dcea1686 [REFACTOR][LINT] Modernize ruff config (#18810)
This PR removes the extra lint violations from the codebase so lint
aligns with the latest style
2026-02-23 07:29:21 -05:00
Tianqi Chen aa2e609136 [LINT] Modernize lint to use pre-commit hooks (#18807)
This PR migrates existing lint to use pre-commit hooks
2026-02-22 11:03:21 -05:00
Tianqi Chen adda179705 [REFACTOR][S-TIR] Lift dlight into s_tir namespace (#18734)
This PR migrates dlight into s_tir namespace, so s_tir related
components are closely grouped together.
2026-02-08 20:20:11 -05:00
Tianqi Chen cc03780b1c [REFACTOR] Followup cleanup of relay phase out (#17681) 2025-02-26 09:48:52 -05:00
Tianqi Chen c81fccaa2f [REFACTOR] Phase out te.Schedule c++ components (#17662)
* cleanup schedule c++

* remove vitis ai

* remove VERILATOR

* remove aocl and sdaccel

* remove opengl

* remove microdev and antlr

* remove frontends

* fix

* Cleanup relay related legacy components

* fix

---------

Co-authored-by: Siyuan Feng <hzfengsy@sjtu.edu.cn>
2025-02-17 17:03:09 -05:00
Siyuan Feng f717c5655c [Refactor] Phase out microTVM (#17554) 2024-12-10 08:43:05 -05:00
Tianqi Chen 27eed541ec [REFACTOR] Phase out VTA (#17542)
This PR phases out VTA from the current development main branch.

The particular component will remain available in past releases
and is not actively maintained as of now.
2024-11-23 20:56:14 +08:00
ysh329 6b77cbabe8 [Misc] Enhance Release Note Script and Remove Useless File (#16913) 2024-04-21 16:46:48 -04:00
ysh329 6ab99df3cb [Misc] Add Relax, Unity Tags in make_notes.py (#16516)
* [COMMUNITY] Add new key for release signing

* Update make_notes.py with Adding Unity, Relax Tags.

---------

Co-authored-by: Star Yuan <ysh329@apache.org>
2024-02-03 22:24:38 +08:00
ysh329 a38053e92e [Script] Fix miscs of make_notes.py (#15859)
Fix miscs of make_notes.py
2023-10-03 14:22:53 -07:00
ysh329 a4b863a2ff [Misc][Release] Extend PR tags and Format PR hyper-links in release report (#15298) 2023-07-16 21:16:48 -04:00
ysh329 88701dc82a [Miscs] Enhance script about make release notes (#15234) 2023-07-05 12:34:41 -04:00
ysh329 fc7ca1f503 [tests][scripts][release] Optimize release note script about categories etc (#14653)
* Optimize release note script generate process
  * `gahter_prs.py`: create one csv file only, keep sheet header name with next step script `make_notes.py` same;
  * `make_notes.py`: create a categories/tags dictionary, used to map various categories/tags to normal ones;
  * `README.md`: modifiction aligned with updated scripts etc.
* Fix typo in `release_process.rst`.
2023-04-19 00:46:43 -07:00
Florin Blanaru 5a767d053d [CI] Separate the ci scripts into Github and Jenkins scripts (#13368)
This PR is a duplicate of #12940 and #12941. For some reason, I am unable to reopen #12940.
2022-11-14 09:32:12 -08:00
driazati 1ca07438e0 [release] Add script to gather PRs for a release (#11987)
Co-authored-by: driazati <driazati@users.noreply.github.com>
2022-08-02 15:56:50 -07:00