SciML / DiffEqGPU.jl

GPU-acceleration routines for DifferentialEquations.jl and the broader SciML scientific machine learning ecosystem
https://docs.sciml.ai/DiffEqGPU/stable/
MIT License
283 stars 29 forks source link

Use JuliaGPU's GitLab CI setup #58

Closed christopher-dG closed 4 years ago

christopher-dG commented 4 years ago

This one should be straightforward, since there are no extra test dependencies to fiddle with.

christopher-dG commented 4 years ago

Retried CI with a 3 hour timeout, maybe it'll go through this time.

christopher-dG commented 4 years ago

And of course, this time it works in less than 1h 😅 This is good to go now.

ChrisRackauckas commented 4 years ago

We probably need to put ourselves in a queue where whatever thing that has absolutely no GPU memory left is excluded. We can figure that out over time though.