-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs][core] Improve Compiled Graphs docs #50627
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! LG
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some build failures that should be fixed by the comments
/home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/checkouts/50627/doc/source/ray-core/compiled-graph/quickstart.rst:57: WARNING: Enumerated list ends without a blank line; unexpected unindent.
/home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/checkouts/50627/doc/source/ray-core/compiled-graph/quickstart.rst:153: WARNING: Inline literal start-string without end-string.
/home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/checkouts/50627/doc/source/ray-core/compiled-graph/quickstart.rst:266: WARNING: Inline literal start-string without end-string.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Ray documentation team recommends using Vale, which defines several writing rules, such as avoiding the use of “we,” “will,” and parentheses, among others.
Co-authored-by: Dhyey Shah <dhyey2019@gmail.com> Signed-off-by: Stephanie Wang <smwang@cs.washington.edu>
Co-authored-by: Dhyey Shah <dhyey2019@gmail.com> Signed-off-by: Stephanie Wang <smwang@cs.washington.edu>
Co-authored-by: Dhyey Shah <dhyey2019@gmail.com> Signed-off-by: Stephanie Wang <smwang@cs.washington.edu>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great
.. _compiled-graph-overlap: | ||
|
||
Experimental: Overlapping communication and computation | ||
======================================================= | ||
|
||
Compiled Graph currently provides experimental support for GPU communication and computation overlap. When you turn this feature on, it automatically overlaps the GPU communication with computation operations, thereby hiding the communication overhead and improving performance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curious, why is this an experimental feature // not turned on by default? is there a behavior difference, or just not stable yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not stable yet.
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com> Signed-off-by: Stephanie Wang <smwang@cs.washington.edu>
Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
Pushed two commits to fix docs build |
Why are these changes needed?
A few improvements:
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.