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

[QST]CMake Error at build/_deps/rapids-cmake-src/rapids-cmake/test/generate_resource_spec.cmake:82 #6027

Open
suhansu opened this issue Aug 16, 2024 · 4 comments
Labels
? - Needs Triage Need team to review and classify question Further information is requested

Comments

@suhansu
Copy link

suhansu commented Aug 16, 2024

What is your question?
~hi, gay
I got an error while building cuML, which has been bothering me for a long time
图片

@suhansu suhansu added ? - Needs Triage Need team to review and classify question Further information is requested labels Aug 16, 2024
@suhansu
Copy link
Author

suhansu commented Aug 17, 2024

I'm at cmake... He will pull a cumlprims_mg-src repository, but there seems to be some problems with this repository. When I annotate cumlprims_mg-related annotations in CMakeLists.txt, I will report a lot of problems in make where the header file is not found. I don't understand why we put cumlprims_mg-src in CMakeLists.txt.

@dantegd
Copy link
Member

dantegd commented Aug 18, 2024

Hi @suhansu, thanks for the issue. cumlprims-mg contains some of the multigpu code for certain algorithms. You can install it from conda rapidsai and rapidsai-nightly channels: https://anaconda.org/rapidsai-nightly/libcumlprims and https://anaconda.org/rapidsai/libcumlprims. You can also avoid the need for this dependency when building with the singlegpu option:

cuml/build.sh

Line 43 in c7f53ef

--singlegpu - Build libcuml and cuml without multigpu components
.

How are you building the repository? I would highly encourage using our conda developer environments here: https://github.com/rapidsai/cuml/blob/branch-24.10/conda/environments/all_cuda-125_arch-x86_64.yaml

@suhansu
Copy link
Author

suhansu commented Aug 21, 2024

Thank you for your reply, I will try it, have a good day

@dantegd
Copy link
Member

dantegd commented Aug 23, 2024

Let me know if you run into any further issue @suhansu, glad to try to help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants