Skip to content
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

Drop CUDA 7.0 (and below) support #2736

Merged

Conversation

SunBlack
Copy link
Contributor

@SunBlack SunBlack commented Dec 21, 2018

With C++14 we need at minimum GCC 4.9/5. Support of GCC 4.9 was added in CUDA 7.0. So CUDA 6.5 and below won't work anymore, so removed support of it.

This PR includes some deprecation warning fixes related to CUDA.

//EDIT: In case we require at minimum GCC 5.x we could drop support of CUDA 7.0, too (=> 7.5 as minimum).
//EDIT2: Changed minimum required version to 7.5, because I believe we will require more C++14 features than GCC 4.9 supports (and Ubuntu 16.04 ships 7.5 via apt-get ;) ).

…upport C++14 compilers. Includes deprecation warning fixes.
@SunBlack SunBlack changed the title Drop support of CUDA 6.5 and below Drop support of CUDA 7.0 and below Dec 22, 2018
@SergioRAgostinho SergioRAgostinho merged commit c0665fd into PointCloudLibrary:master Jan 13, 2019
@SunBlack SunBlack deleted the raise_minimum_cuda_version branch January 13, 2019 20:29
@taketwo taketwo changed the title Drop support of CUDA 7.0 and below Drop CUDA 7.0 (and below) support Jan 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants