-
Notifications
You must be signed in to change notification settings - Fork 42
Add the jax Stack TR #266
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
Open
ev-br
wants to merge
14
commits into
jax-ml:main
Choose a base branch
from
ev-br:add_tech_report2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add the jax Stack TR #266
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
9958381
DOC: drop the md converted TR, add a toctree etc
ev-br 34599a3
MAINT: first pass cleanup the conversion artefacts
ev-br 8619ae5
fix headings, H2->H1
ev-br c169b0f
cross-link the XLA section
ev-br 55e2c00
sync the GDoc edits
ev-br efef3db
Add link to TR in Learn navbar dropdown
melissawm 7a9aa48
run linter
ev-br 9e4ea63
Add PDF version of TRs and create resources section
melissawm 2d55506
Move PDFs to _static
melissawm e0166ef
Stack -> Ecosystem
melissawm 3165ed8
Add cover page to TR
melissawm ff291b3
Update Learn link
melissawm 4aa46ef
Add Megablocks slides and video
melissawm 22e4adb
Add Megablocks to ToC
melissawm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or 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 hidden or 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 hidden or 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 @@ | ||
| # Intro to JAX & TPUs | ||
|
|
||
| Learn more about TPUs, how they work, and how to use JAX and Pallas to use TPUs effectively in this [Intro to JAX & TPUs slide deck](_static/resources/jax_and_tpus_casml.pdf) and [video](https://rsvp.withgoogle.com/events/intro-to-jax-and-google-tpu-for-casml-attendees/sessions/inro-to-jax-and-google-tpu). |
This file contains hidden or 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 @@ | ||
| # The JAX Ecosystem: A Modular, Scalable, and High-Performance ML Ecosystem (Technical Report) | ||
|
|
||
| The JAX AI ecosystem extends the JAX numerical core with a collection of Google-backed composable libraries, evolving it into a robust, end-to-end, open-source platform for Machine Learning at extreme scales. Learn more about the JAX AI Ecosystem in the [*The JAX Ecosystem: A Modular, Scalable, and High-Performance ML Ecosystem* Technical Report (pdf)](_static/resources/jax_ecosystem_technical_report.pdf) document. |
This file contains hidden or 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,5 @@ | ||
| # Megablocks | ||
|
|
||
| [Megablocks](https://arxiv.org/pdf/2211.15841) is a library for building large-scale machine learning models with JAX. | ||
|
|
||
| Check out [this presentation](_static/resources/megablocks_jax.pdf) and watch [this video](https://www.youtube.com/watch?v=tWkMj6lUp1c) for an overview of Megablocks and its capabilities, including dealing with sparsity and *ragged dot* operations. |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 seems the intention is that this repo be the home for the the ecosystem TR. If that is true then can we include its source here, not just the PDF, so that it can be reviewed, and updated more easily?