Enable hpu_graph support for wav2vec2-asr + custom ctc_loss only for Gaudi2#779
Merged
regisss merged 10 commits intoMar 27, 2024
Merged
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Collaborator
|
The change caused regression on 1.14 docker run. Can you please check it? |
regisss
reviewed
Mar 25, 2024
Collaborator
I think this happens because the CTC loss kernel is introduced in Synapse 1.15 right? |
Collaborator
Author
regisss
reviewed
Mar 26, 2024
Collaborator
regisss
left a comment
There was a problem hiding this comment.
I'm suggesting two small changes in the README because HPU graphs don't work on my Gaudi2 instance with 1.14.
Co-authored-by: regisss <15324346+regisss@users.noreply.github.com>
Co-authored-by: regisss <15324346+regisss@users.noreply.github.com>
regisss
approved these changes
Mar 27, 2024
3 tasks
gplutop7
pushed a commit
to HabanaAI/optimum-habana-fork
that referenced
this pull request
Nov 6, 2025
…ce#779) Co-authored-by: Piotr Bielak <pbielak@users.noreply.github.com> Co-authored-by: Piotr Bielak <pbielak@habana.ai>
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.
What does this PR do?
Fixes # (issue)
Enable hpu_graph support for wav2vec2-asr (add custom ctc_loss usage only for Gaudi2). Motivation to add hpu graphs is two-fold, (1) to improve performance, (2) to reduce run to run performance variations.
Before submitting