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

[REVIEW] Pin cmake policies to 3.17 #1227

Merged
merged 2 commits into from
Oct 27, 2020

Conversation

kkraus14
Copy link
Contributor

Planning to upgrade to cmake 3.18 in the near future and the CUDA_ARCHITECTURES change is a breaking change, so pinning to 3.17 policies to prevent the breakages.

@kkraus14 kkraus14 requested a review from a team as a code owner October 15, 2020 22:17
@GPUtester
Copy link
Contributor

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@codecov-io
Copy link

Codecov Report

Merging #1227 into branch-0.17 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           branch-0.17    #1227   +/-   ##
============================================
  Coverage        57.20%   57.20%           
============================================
  Files               61       61           
  Lines             2500     2500           
============================================
  Hits              1430     1430           
  Misses            1070     1070           

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 d927014...d670da7. Read the comment docs.

Copy link
Member

@afender afender left a comment

Choose a reason for hiding this comment

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

I did try adding CUDA_ARCHITECTURES as part of the debugging efforts this weekend actually. It seems to go smoothly for cugraph once CUDA_ARCHITECTURES is added.
Also, I noticed this can be passed to older cmake versions concurrently with the legacy one (well, at least it built/ran locally).

@BradReesWork
Copy link
Member

rerun tests

@BradReesWork BradReesWork merged commit d7d146e into rapidsai:branch-0.17 Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants