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

[FIX] Use CPMFindPackage to retrieve cumlprims_mg #4649

Merged
merged 8 commits into from
Mar 25, 2022

Conversation

trxcllnt
Copy link
Collaborator

@trxcllnt trxcllnt commented Mar 22, 2022

Depends on rapidsai/raft#583 and https://github.com/rapidsai/cumlprims_mg/pull/86

This PR includes a few fixes to support source-only builds:

  1. Use CPMFindPackage to get cumlprims_mg
    a. This enables building against a local cumlprims_mg build (-D cumlprims_mg_ROOT=/cumlprims_mg/cpp/build)
  2. Explicitly call find_package(Threads) to be more resilient to RAFT changes

@trxcllnt trxcllnt requested review from a team as code owners March 22, 2022 23:31
@trxcllnt trxcllnt changed the title [FIX] 22.04 source builds [FIX] Use CPMFindPackage to retrieve cumlprims_mg Mar 22, 2022
@trxcllnt trxcllnt added 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 22, 2022
Copy link
Member

@dantegd dantegd left a comment

Choose a reason for hiding this comment

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

Approving pending CI with new libcumlprims package

@trxcllnt trxcllnt requested a review from a team as a code owner March 23, 2022 21:33
@github-actions github-actions bot added the gpuCI gpuCI issue label Mar 23, 2022
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Mar 24, 2022
ci/gpu/build.sh Outdated Show resolved Hide resolved
@ajschmidt8 ajschmidt8 removed their request for review March 24, 2022 16:30
@ajschmidt8
Copy link
Member

Looks like there's no ops-codeowner files left to review here, so I'll defer to others to approve. But happy to help debug if there are any CI-related issues here.

@dantegd
Copy link
Member

dantegd commented Mar 24, 2022

rerun tests

1 similar comment
@dantegd
Copy link
Member

dantegd commented Mar 24, 2022

rerun tests

@cjnolet
Copy link
Member

cjnolet commented Mar 25, 2022

@gpucibot merge

@codecov-commenter
Copy link

Codecov Report

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

@@               Coverage Diff               @@
##             branch-22.04    #4649   +/-   ##
===============================================
  Coverage                ?   83.86%           
===============================================
  Files                   ?      251           
  Lines                   ?    20307           
  Branches                ?        0           
===============================================
  Hits                    ?    17030           
  Misses                  ?     3277           
  Partials                ?        0           
Flag Coverage Δ
dask 44.89% <0.00%> (?)
non-dask 77.03% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out 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 3f54aec...9a1bc23. Read the comment docs.

@rapids-bot rapids-bot bot merged commit 62cfce1 into rapidsai:branch-22.04 Mar 25, 2022
vimarsh6739 pushed a commit to vimarsh6739/cuml that referenced this pull request Oct 9, 2023
Depends on rapidsai/raft#583 and rapidsai/cumlprims_mg#86

This PR includes a few fixes to support source-only builds:

1. Use `CPMFindPackage` to get `cumlprims_mg`
  a. This enables building against a local `cumlprims_mg` build (`-D cumlprims_mg_ROOT=/cumlprims_mg/cpp/build`)
2. Explicitly call `find_package(Threads)` to be more resilient to RAFT changes

Authors:
  - Paul Taylor (https://github.com/trxcllnt)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Robert Maynard (https://github.com/robertmaynard)

URL: rapidsai#4649
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 CUDA/C++ Cython / Python Cython or Python issue gpuCI gpuCI issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants