This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 089ffab [TIR] Add conversion from FloatImm to float in Python (#9009)
add d0b9fa3 Move external codegen test helpers into utils (#9008)
No new revisions were added by this update.
Summary of changes:
tests/python/relay/test_external_codegen.py | 105 +++-------------------
tests/python/relay/utils/external_codegen.py | 125 +++++++++++++++++++++++++++
2 files changed, 137 insertions(+), 93 deletions(-)
create mode 100644 tests/python/relay/utils/external_codegen.py