This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 240111fe64 [Unity][CUTLASS] Attention hot fix (#14966)
add be9f0781a9 [Unity][Frontend] Translate StableHLO to Relax (#14460)
No new revisions were added by this update.
Summary of changes:
.../tvm/relax/frontend/stablehlo}/__init__.py | 6 +-
.../frontend/stablehlo/stablehlo_translator.py | 445 +++++++++++++++++++++
tests/python/relax/test_frontend_stablehlo.py | 355 ++++++++++++++++
3 files changed, 802 insertions(+), 4 deletions(-)
copy {apps/uma/_template => python/tvm/relax/frontend/stablehlo}/__init__.py
(86%)
create mode 100644 python/tvm/relax/frontend/stablehlo/stablehlo_translator.py
create mode 100644 tests/python/relax/test_frontend_stablehlo.py