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

Add 6.1 for default CUDA_ARCH_BIN #1733

Closed
jasjuang opened this issue Oct 11, 2016 · 6 comments
Closed

Add 6.1 for default CUDA_ARCH_BIN #1733

jasjuang opened this issue Oct 11, 2016 · 6 comments

Comments

@jasjuang
Copy link
Contributor

Currently after cloning the latest repo and do

ccmake ..

In the CUDA_ARCH_BIN section it by defaults only shows 3.0 3.5 5.0 5.2. I suggest adding in 6.1 for the newest Pascal GPUs that recently comes out.

@UnaNancyOwen
Copy link
Member

@jasjuang I sent a pull request. Please check it.

@jasjuang
Copy link
Contributor Author

jasjuang commented Jan 2, 2017

@UnaNancyOwen Thanks for creating the pull request, I believe cuda compatibility 8.0 does not exist as shown in here, the newest seems to be 7.1. That might be the reason that the pull request doesn't pass travis CI.

@UnaNancyOwen
Copy link
Member

@jasjuang "8.0" is CUDA SDK version.
Compute Capability 6.x (Pascal) is supported from CUDA SDK 8.0 and later.

This PR is not cause the test fails.
The problem of test is being discussed here (#1785).

@jasjuang
Copy link
Contributor Author

jasjuang commented Jan 3, 2017

oh I see you are right, hope they merge your PR soon!

@UnaNancyOwen
Copy link
Member

@jasjuang Thank you for checking!

@jspricke
Copy link
Member

jspricke commented Jan 3, 2017

Done, thx!

@jspricke jspricke closed this as completed Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants