You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2021/02/02 21:39:13 UTC

[tvm] branch main updated (de0ab4c -> da42924)

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

junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from de0ab4c  Fix missing round(), floor(), ceil() for target C lowering (#7382)
     add da42924  [FFI] Improve error messages when array/map types do not match in function calls (#7330)

No new revisions were added by this update.

Summary of changes:
 include/tvm/node/container.h      | 31 +++++++++--------
 include/tvm/runtime/packed_func.h | 73 +++++++++++++++++++++++++++++++++++----
 src/ir/expr.cc                    |  6 ++--
 3 files changed, 86 insertions(+), 24 deletions(-)