forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Misc. improvements to documentation/build setup for first-time builds. (
apache#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. Co-authored-by: Eric Lunderberg <[email protected]>
- Loading branch information
1 parent
1e9c1bf
commit ced4cee
Showing
11 changed files
with
37 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -233,3 +233,8 @@ conda/pkg | |
# nix files | ||
.envrc | ||
*.nix | ||
|
||
# Downloaded models/datasets | ||
.tvm_test_data | ||
.dgl | ||
.caffe2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters