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

[tvm] branch main updated (4d5ed07325 -> f64e933246)

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 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 +
 tests/python/unittest/test_target_codegen_llvm.py |   7 +-
 tests/python/unittest/test_target_codegen_x86.py  |  74 +++++--
 5 files changed, 298 insertions(+), 21 deletions(-)