spral icon indicating copy to clipboard operation
spral copied to clipboard

Add automated GPU tests

Open jfowkes opened this issue 4 years ago • 2 comments

We should add CI tests that run on GPU not just CPU.

jfowkes avatar Jun 28 '21 11:06 jfowkes

Allow me to jump in, GitHub Actions doesn't supports GPU runners. I created a service for the same (Cirun.io), if you want to achieve the same as in GitHub Actions On Your Cloud. Cirun is free for Open source projects as well.

Here is an example configuration from one of the projects using Cirun to give you an idea: https://github.com/pystatgen/sgkit/blob/main/.cirun.yml

aktech avatar Jul 15 '21 22:07 aktech

We're in the process of getting a GPU Virtual Machine that we can use to enable this.

jfowkes avatar Nov 15 '23 08:11 jfowkes