-
Notifications
You must be signed in to change notification settings - Fork 915
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
Remove libcudacxx patch needed for nvcc 11.4 #10057
Remove libcudacxx patch needed for nvcc 11.4 #10057
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #10057 +/- ##
================================================
- Coverage 10.49% 10.36% -0.13%
================================================
Files 119 119
Lines 20305 20628 +323
================================================
+ Hits 2130 2139 +9
- Misses 18175 18489 +314
Continue to review full report at Codecov.
|
rerun tests |
rerun tests |
3 similar comments
rerun tests |
rerun tests |
rerun tests |
@robertmaynard is this good to be merged? |
Yes, just waiting on a green CI |
@gpucibot merge |
The
libcudacxx.patch
was required to fix issues with libcudacxx 1.6 and incorrect detection of the arm nvcc 11.4 compiler.As we move to libcudacxx 1.7 this patch is not needed, and should be removed.