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

Remove unnecessary extra function for libcudacxx detection #11138

Merged
merged 3 commits into from
Jun 23, 2022

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Jun 22, 2022

We can use rapids_cpm_libcudacxx directly without this extra function. The only value it adds is setting the LIBCUDACXX_INCLUDE_DIR variable, which we don't use. See also rapidsai/cuspatial#538 (comment)

@vyasr vyasr added 3 - Ready for Review Ready for review by team CMake CMake build issue non-breaking Non-breaking change labels Jun 22, 2022
@vyasr vyasr requested a review from a team as a code owner June 22, 2022 23:04
@vyasr vyasr self-assigned this Jun 22, 2022
@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Jun 22, 2022
@vyasr vyasr added the improvement Improvement / enhancement to an existing function label Jun 22, 2022
@codecov
Copy link

codecov bot commented Jun 23, 2022

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.08@6362fbe). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff               @@
##             branch-22.08   #11138   +/-   ##
===============================================
  Coverage                ?   86.34%           
===============================================
  Files                   ?      144           
  Lines                   ?    22729           
  Branches                ?        0           
===============================================
  Hits                    ?    19625           
  Misses                  ?     3104           
  Partials                ?        0           

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 6362fbe...0255e0b. Read the comment docs.

@vyasr
Copy link
Contributor Author

vyasr commented Jun 23, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 5fd56f5 into rapidsai:branch-22.08 Jun 23, 2022
@vyasr vyasr deleted the refactor/cmake_libcudacxx branch June 23, 2022 18:01
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 CMake CMake build issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants