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 2021/06/30 18:17:18 UTC

[GitHub] [singa] aktech commented on issue #802: Adding GPU testing to Github workflows

aktech commented on issue #802:
URL: https://github.com/apache/singa/issues/802#issuecomment-871625983


   Hi all, I am the creator of Cirun.io, "GPU Testing" caught my eye.
   
   FWIW I'll share my two cents. I created a service for problems like these, which is basically running custom machines (including GPUs) in GitHub Actions: https://cirun.io/
   
   It is used in multiple open source projects needing GPU support like the following:
   
   - https://github.com/pystatgen/sgkit/
   - https://github.com/qutip/qutip-cupy
   
   It is fairly simple to setup, all you need is a cloud account (AWS or GCP) and a simple yaml file describing what kind of machines you need and Cirun will spin up ephemeral machines on your cloud for GitHub Actions to run. It's native to GitHub ecosystem, which mean you can see logs/trigger in the Github's interface itself, just like any Github Action run.
   
   Also, note that Cirun is free for Open source projects. (You only pay to your cloud provider for machine usage)


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

To unsubscribe, e-mail: dev-unsubscribe@singa.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org