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 53cee4bca3 [TVMScript] Round-trip DeclBuffer with undefined data
pointer (#14900)
add cd4551353b [LLVM] Codegen subroutine call when CallNode::op is
GlobalVar (#14901)
add dddc339d2f [Test Cases][BugFix] Add some version check to make test
cases run in all PyTorch versions (#14903)
add 4f99750611 [TypoFix] fix some typo problem in keras frontend (#14916)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/keras.py | 4 +-
src/target/llvm/codegen_amdgpu.cc | 10 +--
src/target/llvm/codegen_cpu.cc | 13 ++--
src/target/llvm/codegen_cpu.h | 2 +-
src/target/llvm/codegen_hexagon.cc | 4 +-
src/target/llvm/codegen_llvm.cc | 80 ++++++++++++++++++-----
src/target/llvm/codegen_llvm.h | 61 ++++++++++++++---
src/target/llvm/codegen_nvptx.cc | 14 ++--
src/target/llvm/llvm_module.cc | 19 +++---
tests/python/frontend/pytorch/test_forward.py | 16 +++--
tests/python/unittest/test_target_codegen_llvm.py | 29 +++++++-
11 files changed, 183 insertions(+), 69 deletions(-)