-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Check that nvcc
can compile to compute cap in build.rs
#683
Comments
I was just looking into this, actually (sorry that I've been offline with respect to the question you asked in #624, I haven't had a lot of spare capacity for open source recently). Unfortunately, it looks like I'm unable to update I was thinking that maybe we could try a nested solution? Throw an error if the current check in |
Thanks for the update. I think nested would work well. Sounds like the logic would be:
The case that I had was nvidia-smi compute_cap was less than highest nvcc gpu code, so in the new logic we'd just choose nvidia-smi since it's present in nvcc gpu codes. |
Thanks for the PR @quietlychris, works great on my end! |
Throw helpful error message if not
The text was updated successfully, but these errors were encountered: