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 e8a966e [microNPU] Determine block configs using the cascader (#10695)
add 471d199 [Community] Krzysztof Parzyszek -> PMC (#10703)
add 6e1c6be [Driver] Remove duplicate PreProcessModuleForBuild (#10530)
add f0b6d10 [build] Use mold or lld if detected (#10683)
add cf831ac [ci] Fix diff condition for docker builds (#10684)
add cb18d7a [skip ci][ci] Skip flaky
test_auto_scheduler_layout_rewrite_networks test (#10709)
add 9f58089 Update docs to clarify minimum Visual Studio version. (#10715)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 4 ++
CONTRIBUTORS.md | 2 +-
cmake/utils/Linker.cmake | 66 ++++++++++++++++++
cmake/utils/Summary.cmake | 1 +
docs/install/from_source.rst | 3 +-
python/tvm/driver/build_module.py | 2 +-
src/driver/driver_api.cc | 81 +++++-----------------
.../llvm_module.h => driver/internal_driver_api.h} | 34 +++++----
src/relay/backend/build_module.cc | 3 +-
src/relay/backend/vm/compiler.cc | 3 +-
.../test_auto_scheduler_layout_rewrite_networks.py | 3 +
tests/scripts/git_change_docker.sh | 7 +-
12 files changed, 123 insertions(+), 86 deletions(-)
create mode 100644 cmake/utils/Linker.cmake
copy src/{target/llvm/llvm_module.h => driver/internal_driver_api.h} (50%)