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
Imported from GitHub PR #263
Here's a follow-up to #175 .
This PR fixes some broken links and typos/grammar/styling from the first PR, and also adds a section about Data flow edge ops to the Propagation page.
I didn't feel like it would be much use to repeat what is already in the autogenerated docs, but moved one example from the reference to the explanation page to keep the reference docs succint.
Copybara import of the project:
--
d6aa27b by Melissa Weber Mendonça <[email protected]>:
Data flow edge ops documentation
--
b7fb8e1 by Melissa Weber Mendonça <[email protected]>:
Updates to sharding representation doc
--
796f7ca by Melissa Weber Mendonça <[email protected]>:
Fix broken links
--
a2e6f37 by Melissa Weber Mendonça <[email protected]>:
Address review comments
--
5430d58 by Melissa Weber Mendonça <[email protected]>:
Add example back to ops.td
--
6725dbc by Melissa Weber Mendonça <[email protected]>:
Add suggestions from review
Merging this change closes#263
COPYBARA_INTEGRATE_REVIEW=#263 from melissawm:data-flow-docs 6725dbc
PiperOrigin-RevId: 707180112
Copy file name to clipboardExpand all lines: docs/getting_started_jax.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -609,7 +609,7 @@
609
609
"\n",
610
610
"#### What are split Axes in Shardy, aka \"x\":(2)2?\n",
611
611
"\n",
612
-
"Refer to \"Axis splitting and sub-axes\" in [Axis splitting and sub-axes](https://github.com/openxla/shardy/tree/main/docs/sharding_representation.md#axis-splitting-and-sub-axes)\n"
612
+
"Refer to [Axis splitting and sub-axes](sharding_representation.md#axis_splitting_and_sub-axes).\n"
0 commit comments