-
Notifications
You must be signed in to change notification settings - Fork 28
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
Questions for cpp build #119
Comments
Hmm actually also when I just followed the initial instruction; create conda env (all_cuda118 one) ->
I am facing
(which is confusing because I didn't specify we need RMM)? Have you seen a similar issue before? Or does it require me to have cuda 118 downloaded? (I used Edit |
It shouldn't be necessary to have conda at all, but currently we're mostly testing with those environments. It's indeed an oversight that we don't have minimal environment files for C++ and Python, I'm adding those now via #120. Could you please try the
Would you mind retrying with |
that's awesome! I will try the PR asap today! |
It seems to work! |
Is it necessary to create the conda env if I just would like to build cpp code (I don't need python binding)? If not, is it possible to educate me what's the minimal set of dependencies I need to build cpp part of ucxx?
The text was updated successfully, but these errors were encountered: