-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve UCX documentation and examples (#545)
Addressing #544, this PR aims to clarify the requirements, configuration, and usage of UCX with Dask-CUDA. Still a lot to be done: - [x] Flesh out hardware/software requirements - [x] Rework CLI/Python usage examples - [x] Clarify some uncertainties in the Configuration section - [ ] Add standalone examples of UCX usage Authors: - Charles Blackmon-Luca (@charlesbluca) Approvers: - Peter Andreas Entschev (@pentschev) URL: #545
- Loading branch information
1 parent
46c24e6
commit 72029bc
Showing
5 changed files
with
239 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
dask_cuda | ||
numpydoc==1.1.0 | ||
sphinx_rtd_theme==0.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,13 @@ | ||
API | ||
=== | ||
|
||
.. currentmodule:: dask_cuda | ||
|
||
**dask_cuda** | ||
|
||
Setup | ||
------ | ||
|
||
.. autosummary:: | ||
initialize | ||
|
||
.. currentmodule:: dask_cuda.initialize | ||
.. autofunction:: initialize | ||
|
||
|
||
Cluster | ||
------- | ||
|
||
.. autosummary:: | ||
LocalCUDACluster | ||
|
||
.. currentmodule:: dask_cuda | ||
.. autoclass:: LocalCUDACluster | ||
:members: |
Oops, something went wrong.