This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from f6e00a0 [Frontend][Relay] Fix node indices attribute error for
tensorflow 2.3 (#6288)
add e4dc5c8 [Build] Add cmake options into libinfo (#6286)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 12 +--
cmake/modules/Git.cmake | 3 +-
cmake/modules/LibInfo.cmake | 78 +++++++++++++++
cmake/util/FindLLVM.cmake | 3 +
python/tvm/support.py | 9 +-
src/support/libinfo.cc | 232 +++++++++++++++++++++++++++++++++++++++++++-
6 files changed, 322 insertions(+), 15 deletions(-)
create mode 100644 cmake/modules/LibInfo.cmake