This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 1b7175b52a [TVMScript] Support starred indices in for-loop (#15442)
add 0e905aa4d7 [Relay] Stop ToMixedPrecision when constant is out of dtype
range (#15461)
add 49fd318e90 [ROCm] fma intrin (#15464)
add 7dc5ae7894 [CYTHON] Make cython compatible with 3.0 (#15469)
No new revisions were added by this update.
Summary of changes:
python/tvm/_ffi/_cython/ndarray.pxi | 3 +-
src/relay/transforms/to_mixed_precision.cc | 41 ++++++++++++++++++++--
src/target/llvm/intrin_rule_rocm.cc | 7 ++--
tests/python/relay/test_to_mixed_precision.py | 49 +++++++++++++++++++++++++++
4 files changed, 95 insertions(+), 5 deletions(-)