-
Notifications
You must be signed in to change notification settings - Fork 2.2k
ci: try CUDA 11.7 #3968
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: try CUDA 11.7 #3968
Conversation
weird, I thought we fixed this issue in a recent PR. Maybe we do need the more complicated fix they initially proposed instead of just modifying the return value policy. |
The main issue is:
I think the other issue might be new to 11.7. |
I did an extended test and the issue is present in 11.4 and newer: #4193 (comment) |
I reported the issue with the NVCC compiler team last week, but have not yet received a ticket number of tracking. Shall we try to find a work-around for the |
@henryiii @ax3l Should we also try the newer PGI compilers? pybind11/.github/workflows/ci.yml Line 394 in da8c730
|
added in #4220 |
Let's do NVHPC (former PGI) compilers separately. They are a different stack. |
Description
Suggested changelog entry: