You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/05/28 00:07:40 UTC

[GitHub] [tvm] mehrdadh commented on a change in pull request #8156: [Docker] Add environment variable for number of cores

mehrdadh commented on a change in pull request #8156:
URL: https://github.com/apache/tvm/pull/8156#discussion_r641064595



##########
File path: docker/install/ubuntu_install_qemu.sh
##########
@@ -45,7 +51,7 @@ gpg --verify qemu-5.1.0.tar.xz.sig
 tar -xf qemu-5.1.0.tar.xz
 cd qemu-5.1.0
 ./configure --target-list=aarch64-softmmu,arm-softmmu,i386-softmmu,riscv32-softmmu,riscv64-softmmu,x86_64-softmmu
-make -j2
+make -j${NUM_CORE}

Review comment:
       Because some people are building this on a local machine to test with low number of cores and it could crash.




-- 
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:
users@infra.apache.org