-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuous integration testing of GPUSolver #445
Comments
I tried to use the GPU to solve the c5g7-3D algorithm, but always reported an error (2d can run normally), have you tested it in 3dMOC? |
Hey @lishunde, it currently is not set up for 3D. Sorry about that. |
@GiudGiud did you ever do this? Because it'll probably take like 10 minutes to write this. |
No I haven't. It's all yours if you want |
Hey, so, this is something I'd like to get done. If we want to be testing on the latest CUDA version, it seems to require gcc 7. However, the Travis CI seems to currently be done with gcc-6. @GiudGiud you cool to switch to gcc 7? |
That's fine with me |
@gridley any progress on this ? I'm adding CMFD to the GPUSolver hence the renewed interest in proper testing of the GPUSolver. |
Whoa, really!?? That’s awesome! I’ll definitely set this up then. |
Now that the GPUSolver is back online (thanks to @gridley), it'd be great to make sure new PRs do not break it. To do that, it should be part of our test suite, with a few limitations.
The text was updated successfully, but these errors were encountered: