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 2021/12/14 05:46:45 UTC

[tvm] branch main updated (69cae0b -> b4d595c)

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 69cae0b  [Relay, BYOC] Make constant binding in PartitionGraph optional (#9721)
     add b4d595c  Add CMake summary (#9696)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                               |  6 +++
 cmake/config.cmake                           |  3 ++
 cmake/utils/Summary.cmake                    | 72 ++++++++++++++++++++++++++++
 cmake/utils/Utils.cmake                      |  3 ++
 tests/scripts/task_config_build_arm.sh       |  1 +
 tests/scripts/task_config_build_cpu.sh       |  1 +
 tests/scripts/task_config_build_gpu.sh       |  1 +
 tests/scripts/task_config_build_gpu_other.sh |  1 +
 tests/scripts/task_config_build_i386.sh      |  1 +
 tests/scripts/task_config_build_qemu.sh      |  1 +
 tests/scripts/task_config_build_wasm.sh      |  1 +
 11 files changed, 91 insertions(+)
 create mode 100644 cmake/utils/Summary.cmake