We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c589e2c commit 0f55bcbCopy full SHA for 0f55bcb
docs/contribute/ci.rst
@@ -165,7 +165,9 @@ and help in mounting your current directory.
165
cd tvm
166
bash docker/bash.sh ci_cpu
167
# the tvm directory is automatically mounted
168
- $ ls
+ # example: build tvm (note: this will overrwrite build/)
169
+ $ ./tests/scripts/task_config_build_cpu.sh
170
+ $ ./tests/scripts/task_build.sh build -j32
171
172
173
Reporting Issues
0 commit comments