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
Allows multi-gpu knn graph building in UMAP using the all-neighbors API.
## PRs that need to be merged before this one
- rapidsai/cuvs#785
- rapidsai/raft#2666
## Changes in cuML UMAP usage
```
from pylibraft.common import DeviceResourcesSNMG
# if want to use multi GPU
multigpu_handle = DeviceResourcesSNMG()
umap_nnd = UMAP(handle = multigpu_handle,
build_algo="nn_descent",
build_kwds={"nnd_n_nearest_clusters": 2,
"nnd_n_clusters": 8,
"nnd_graph_degree": 32,
"nnd_max_iterations": 20
})
```
Closes#6729
Authors:
- Jinsol Park (https://github.com/jinsolp)
Approvers:
- Simon Adorf (https://github.com/csadorf)
- Divye Gala (https://github.com/divyegala)
- Victor Lafargue (https://github.com/viclafargue)
- Jim Crist-Harif (https://github.com/jcrist)
URL: #6654
Uh oh!
There was an error while loading. Please reload this page.
Related cuVS Issue rapidsai/cuvs#727 and PR rapidsai/cuvs#785
The text was updated successfully, but these errors were encountered: