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 c1bd0227be [FIX] Fix bug in resize2d unittest func name (#12498)
add 4d7e7a8b57 [ci] xfail failing ethosu codegen tests (#12508)
add 66a31e97a7 [CI] Add alexnet and googlenet caffe model to request hook
(#12510)
add e5e05feee3 [LLVM] Add "cl-opt" attribute to target_kind "llvm" (#12440)
No new revisions were added by this update.
Summary of changes:
python/tvm/testing/utils.py | 24 ++
src/target/llvm/llvm_instance.cc | 430 ++++++++++++++++++++++-
src/target/llvm/llvm_instance.h | 194 ++++++++--
src/target/llvm/llvm_module.cc | 4 +-
src/target/target_kind.cc | 24 ++
tests/cpp/target_test.cc | 160 +++++++++
tests/python/contrib/test_ethosu/test_codegen.py | 20 +-
tests/python/unittest/test_target_target.py | 7 +
tests/scripts/request_hook/request_hook.py | 3 +
9 files changed, 810 insertions(+), 56 deletions(-)