You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/09/27 08:49:50 UTC

[tvm] branch last-successful updated (5ddd35c377 -> f64e933246)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 5ddd35c377 [Relay][TE] Add default param name if needed (#12912)
     add 4d5ed07325 [TIR] Fix GetProducer/Consumer for duplicating dep edges (#12910)
     add f64e933246 [LLVM] Emit fp16/fp32 builtins directly into target module (#12877)

No new revisions were added by this update.

Summary of changes:
 src/runtime/builtin_fp16.cc                        |   3 -
 src/target/llvm/codegen_llvm.cc                    | 227 +++++++++++++++++++++
 src/target/llvm/codegen_llvm.h                     |   8 +
 src/tir/schedule/primitive/get_block_loop.cc       |  10 +-
 tests/python/unittest/test_target_codegen_llvm.py  |   7 +-
 tests/python/unittest/test_target_codegen_x86.py   |  74 +++++--
 .../python/unittest/test_tir_schedule_utilities.py |  52 +++++
 7 files changed, 358 insertions(+), 23 deletions(-)