Pipeline documentation#440
Merged
kiritigowda merged 11 commits intoJan 23, 2026
Merged
Conversation
rrawther
previously approved these changes
Jan 19, 2026
LakshmiKumar23
previously approved these changes
Jan 20, 2026
LakshmiKumar23
approved these changes
Jan 20, 2026
kiritigowda
approved these changes
Jan 23, 2026
spolifroni-amd
added a commit
to spolifroni-amd/rocAL
that referenced
this pull request
Mar 6, 2026
* initial commit of pipeline doc * added info about how run doesn't need to be explicitly called with iterators * added the pipeline howto * added generic iterators api; updated the pipeline info * updated the requirements.in to the latest minimum rocm-docs-core version * updates based on review feedback --------- Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com> (cherry picked from commit 1d396a8)
spolifroni-amd
added a commit
that referenced
this pull request
Mar 6, 2026
* initial commit of pipeline doc * added info about how run doesn't need to be explicitly called with iterators * added the pipeline howto * added generic iterators api; updated the pipeline info * updated the requirements.in to the latest minimum rocm-docs-core version * updates based on review feedback --------- (cherry picked from commit 1d396a8) Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com>
spolifroni-amd
added a commit
to spolifroni-amd/rocAL
that referenced
this pull request
Apr 2, 2026
* initial commit of pipeline doc * added info about how run doesn't need to be explicitly called with iterators * added the pipeline howto * added generic iterators api; updated the pipeline info * updated the requirements.in to the latest minimum rocm-docs-core version * updates based on review feedback --------- (cherry picked from commit 1d396a8) Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com> (cherry picked from commit efee42e)
spolifroni-amd
added a commit
that referenced
this pull request
Apr 2, 2026
* Docs - Pipeline documentation (#440) (#460) * initial commit of pipeline doc * added info about how run doesn't need to be explicitly called with iterators * added the pipeline howto * added generic iterators api; updated the pipeline info * updated the requirements.in to the latest minimum rocm-docs-core version * updates based on review feedback --------- (cherry picked from commit 1d396a8) Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com> (cherry picked from commit efee42e) * Cherry picking the plugin augmentation docs (#465) * Augment plugin documentation (#463) * added iterator info to pytorch doc * tensorflow + adding jupyter notebooks to pytorch * updated some wording * updated jax section * small changes * Update docs/how-to/rocAL-jax-framework.rst Co-authored-by: randyh62 <42045079+randyh62@users.noreply.github.com> * Update docs/how-to/rocAL-pytorch-framework.rst Co-authored-by: randyh62 <42045079+randyh62@users.noreply.github.com> * fixed based on review comments * changed the Jax docker link * removing claude-generated doc * removed ROCAL_Iterator from tf * fixed some wording --------- Co-authored-by: randyh62 <42045079+randyh62@users.noreply.github.com> Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com> (cherry picked from commit 595a91d) * fixing a broken link real quick --------- Co-authored-by: randyh62 <42045079+randyh62@users.noreply.github.com> Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com> (cherry picked from commit 72cdb20) --------- Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com> Co-authored-by: randyh62 <42045079+randyh62@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation
There's a lack of pipeline documentation and this is addressing that.
Other changes: