Skip to content

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