Skip to content

Commit

Permalink
Add dask-cudf (#365)
Browse files Browse the repository at this point in the history
Duplicate of #350 now that the force push is complete.
  • Loading branch information
ajschmidt8 authored Apr 19, 2023
1 parent 37880bd commit b5e00bc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion _data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ apis:
legacy: 1
stable: 1
nightly: 1
dask-cudf:
name: dask-cuDF
path: dask_cudf
desc: 'Dask-cuDF extends Dask where necessary to allow its DataFrame partitions to be processed using cuDF GPU DataFrames instead of Pandas DataFrames. Dask-cuDF is used to leverage multiple gpus and multiple nodes for more performance at larger scales'
ghlink: https://github.com/rapidsai/cudf
cllink: https://github.com/rapidsai/cudf/blob/main/CHANGELOG.md
versions:
# enable or disable links; 0 = disabled, 1 = enabled
legacy: 0
stable: 1
nightly: 1
cuml:
name: cuML
path: cuml
Expand Down Expand Up @@ -226,4 +237,4 @@ libs:
# enable or disable links; 0 = disabled, 1 = enabled
legacy: 1
stable: 1
nightly: 1
nightly: 1

0 comments on commit b5e00bc

Please sign in to comment.