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

Correct _LIBCUDACXX_CUDACC_VER value computation #9579

Conversation

robertmaynard
Copy link
Contributor

This brings the libcudacxx patch inline with the proposed upstream changes ( NVIDIA/libcudacxx#225 ).

This is needed so that CUDA versions are correctly computed and decimal-128 support is enabled when using CUDA 11.5+

@robertmaynard robertmaynard added bug Something isn't working 3 - Ready for Review Ready for review by team non-breaking Non-breaking change labels Nov 2, 2021
@robertmaynard robertmaynard requested a review from a team as a code owner November 2, 2021 15:05
@robertmaynard robertmaynard added this to PR-WIP in v21.12 Release via automation Nov 2, 2021
@github-actions github-actions bot added CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code. labels Nov 2, 2021
Copy link
Contributor

@codereport codereport left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Thanks @robertmaynard

@codereport
Copy link
Contributor

Confirmed that this fixes my build for #9483

@robertmaynard robertmaynard added 5 - DO NOT MERGE Hold off on merging; see PR for details and removed 3 - Ready for Review Ready for review by team labels Nov 2, 2021
@robertmaynard
Copy link
Contributor Author

We should hold off on merging this while upstream decides what approach they want. That way we only have to update the patch file once.

@vyasr
Copy link
Contributor

vyasr commented Nov 2, 2021

Happy to review this once libcudacxx decides what the supported way forward will be to check versions.

@codecov
Copy link

codecov bot commented Nov 2, 2021

Codecov Report

Merging #9579 (2b9526f) into branch-21.12 (ab4bfaa) will decrease coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##           branch-21.12    #9579      +/-   ##
================================================
- Coverage         10.79%   10.65%   -0.14%     
================================================
  Files               116      117       +1     
  Lines             18869    19746     +877     
================================================
+ Hits               2036     2104      +68     
- Misses            16833    17642     +809     
Impacted Files Coverage Δ
python/dask_cudf/dask_cudf/sorting.py 92.90% <0.00%> (-1.21%) ⬇️
python/cudf/cudf/io/csv.py 0.00% <0.00%> (ø)
python/cudf/cudf/io/hdf.py 0.00% <0.00%> (ø)
python/cudf/cudf/io/orc.py 0.00% <0.00%> (ø)
python/cudf/cudf/__init__.py 0.00% <0.00%> (ø)
python/cudf/cudf/_version.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/abc.py 0.00% <0.00%> (ø)
python/cudf/cudf/api/types.py 0.00% <0.00%> (ø)
python/cudf/cudf/io/dlpack.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/frame.py 0.00% <0.00%> (ø)
... and 66 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e632f97...2b9526f. Read the comment docs.

v21.12 Release automation moved this from PR-WIP to PR-Reviewer approved Nov 3, 2021
@robertmaynard robertmaynard added 3 - Ready for Review Ready for review by team and removed 5 - DO NOT MERGE Hold off on merging; see PR for details labels Nov 3, 2021
@robertmaynard
Copy link
Contributor Author

@vyasr @codereport This is ready for review as these changes have been accepted as is upstream ( NVIDIA/libcudacxx#225 )

@robertmaynard
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 9d375f5 into rapidsai:branch-21.12 Nov 4, 2021
v21.12 Release automation moved this from PR-Reviewer approved to Done Nov 4, 2021
@robertmaynard robertmaynard deleted the bug/correct_libcudacxx_version_computation branch November 4, 2021 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants