You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by GitBox <gi...@apache.org> on 2020/03/12 13:48:06 UTC

[GitHub] [singa] moazreyad commented on issue #624: SINGA-487 Include NCCL and MPICH in conda build

moazreyad commented on issue #624: SINGA-487 Include NCCL and MPICH in conda build
URL: https://github.com/apache/singa/pull/624#issuecomment-598195029
 
 
   > travis build is always cpu-only as there is no GPU in travis.
   
   You may be able to build cuda in Travis without GPU, see [this example project](https://github.com/jeremad/cuda-travis). However, travis will not be able to run or test it.
   
   With Github Actions, it is possible to build and test with GPU support with self-hosted runners. So SINGA can be tested on the singa GPU servers at NUS using [Github Actions self-hosted runners](https://help.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners). This means we do not need Travis or Jenkins if we switch to Github Actions which can replace both of them with much easier and better features.

----------------------------------------------------------------
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


With regards,
Apache Git Services