-
Notifications
You must be signed in to change notification settings - Fork 189
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
CI Cuda Jobs #3611
Comments
We can drop CUDA on OSX. Apple hasn't shipped Macs with Nvidia GPUs since the Kepler generation and CUDA 10.2 is the last version to support Kepler. |
Here's the status:
|
Description of changes: - reduce number of CI images for CUDA jobs (partial fix for #3611) - test CUDA 9.1 and 10.1 using compatible compilers without patches (fixes #3654) - drop support for Ubuntu 16.04 - bump minimal Boost version to 1.65 (partial fix for #3093) - bump Python packages to the versions available in Ubuntu 18.04 (partial fix for #3421) - add missing lxml package (fixes #3686) - fix issues in docs revealed by the new Doxygen and Sphinx versions
Concerning the NVidia-supplied Ubuntu image, we run into the following CMake issue when looking for CUDA package cublas with
According to https://stackoverflow.com/a/54350198 that's because CMake versions below 3.12.2 don't know that |
@jngrad any update here? |
I think the issue with the NVidia-supplied Ubuntu image was solved in the Since this ticket was opened, CUDA 11 was released. If we want to test it in CI, we'll need the NVidia-supplied Ubuntu image. Providing support for CUDA 11 shouldn't be too difficult, IIRC we only need to update a library path (a few shared objects are now in the CUDA |
Follow-up to #3611 Description of changes: - Add support for CUDA 11 - Add CUDA 11 CI job
This is the suggested list of GPU CI jobs to run in the future:
This ticket only pertains to GPU jobs. Everything else CI/docker is a different matter
The text was updated successfully, but these errors were encountered: