You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When importing cuML, it seems like there is some monkeypatching which leads to unintended host->device transfers. For example, the code snippet below demonstrates that with a cuml import (but no cuml usage) a dask dataframe is converted to a dask-cudf dataframe
Hi Benjamin, this bug is badly blocking the GPU accelerated adoption of machine learning pipeline platform. The platform only used CPU before. Now in order to accelerate machine learning algorithms using GPU, we want to use knn from cuml.
Describe the bug
When importing cuML, it seems like there is some monkeypatching which leads to unintended host->device transfers. For example, the code snippet below demonstrates that with a cuml import (but no cuml usage) a dask dataframe is converted to a dask-cudf dataframe
Steps/Code to reproduce bug
Follow this guide http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly.
Expected behavior
A clear and concise description of what you expected to happen.
Environment details (please complete the following information):
conda list
and include results hereThe text was updated successfully, but these errors were encountered: