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

[WIP] libcuml and libcudf groupby integration #37

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

shaneding
Copy link
Contributor

This PR aims to add an example for how libcuml algorithms can be ran on libcudf groupby results.

cc @isVoid

Comment on lines +17 to +20
set(CUDF_TAG branch-21.10)
CPMFindPackage(NAME cuml
GIT_REPOSITORY https://github.com/rapidsai/cuml
GIT_TAG ${CUDF_TAG}
Copy link

Choose a reason for hiding this comment

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

Should be CUML_TAG

int n_cols = 2;
raft::handle_t handle;
cudaStream_t stream = rmm::cuda_stream_default.value();
CUDA_RT_CALL(cudaStreamCreate(&stream));
Copy link

Choose a reason for hiding this comment

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

Why are we recreating the stream if already using the default rmm stream?

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.

2 participants