[Build] Reflect Compile-Time CMake Options into libtvm.so (#6280)
authorJunru Shao <junrushao1994@gmail.com>
Sat, 15 Aug 2020 14:05:40 +0000 (07:05 -0700)
committerGitHub <noreply@github.com>
Sat, 15 Aug 2020 14:05:40 +0000 (07:05 -0700)
commita4ebb16ed76bfea4ce4eed7be7ea73d4a01027e2
tree4bbf4151393d3cba7b734305374cb4f0618a846c
parentd76df0aea380ae2857adb8f9c090fc0078c78eed
[Build] Reflect Compile-Time CMake Options into libtvm.so (#6280)

* Initial comit

* Address comments from @tqchen
CMakeLists.txt
cmake/modules/Git.cmake [new file with mode: 0644]
python/tvm/__init__.py
python/tvm/support.py [new file with mode: 0644]
src/support/libinfo.cc [new file with mode: 0644]