Lunderberg opened a new pull request #7840:
URL: https://github.com/apache/tvm/pull/7840
- Makefile
- Target "crttest" ignored OUTPUTDIR variable
- .gitignore
- Added ignores for download test data/models.
- docs/README.txt
- Missing quotes on sphinx dep, needs pinned autodocsumm version
- docs/contribute/pull_request.rst
- Use "ci_lint" docker image
- Updated C++ test instructions to refer to the from_source installation
for gtest.
- Updated python test instructions with synr package dependency
- docs/langref/relay_expr.rst
- Updated reference for example usage of TempExpr.
`src/relay/pass/alter_op_layout.cc`
no longer exists, and `src/relay/transforms/alter_op_layout.cc` doesn't
use TempExpr.
Picked a different use case as example.
- tests/scripts/task_cpp_unittest.sh
- Updated "make crttest" to run only if "USE_MICRO" is enabled. While
USE_MICRO is always enabled
in the CI builds, task_cpp_unittest.sh is also recommended for use in
docs/install/from_source.rst, which does not mandate USE_MICRO.
- docs/install/from_source.rst
- Added -DMAKE_SHARED_LIBS=ON to the google test cmake config. By
default, only static libs are
generated for gtest, while TVM's build preferentially selects the shared
libs.
- tutorials/get_started/auto_tuning_with_python.py
- Changed norm_img_data to avoid loop, improve readability
- tutorials/get_started/relay_quick_start.py
- Previous version used different input data passed to the initial and
deployed module, then
asserts that the results should be the same. Modified so that the same
input data are passed in
both cases.
Thanks for contributing to TVM! Please refer to guideline
https://tvm.apache.org/docs/contribute/ for useful information and tips. After
the pull request is submitted, please request code reviews from
[Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers)
by @ them in the pull request thread.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]