-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix CUDA 12.0 compilation #1741
Conversation
MaxNumNeighbors, | ||
sid::ptr_holder_type<Sid>, | ||
sid::strides_type<Sid>>{ | ||
origin, strides}; // Note: putting the return type into the function signature will crash nvcc 12.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem is not visible in CI as we only run some integration tests there for time reasons. The full testsuite is only run on cscs systems, but there we don't have CUDA 12 yet.
launch jenkins |
launch perftests |
1 similar comment
launch perftests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see anything to address, approved.
nvcc 12.0 crashes in the test_fn_sid_neighbor_table Additionally: suppress some invalid nvcc warnings
nvcc 12.0 crashes in the test_fn_sid_neighbor_table
Additionally: suppress some invalid nvcc warnings