Skip to content
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

[RNN] Dynamic algo optimization #3470

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open

[RNN] Dynamic algo optimization #3470

wants to merge 11 commits into from

Conversation

shurale-nkn
Copy link
Contributor

@shurale-nkn shurale-nkn commented Jan 14, 2025

changing the algorithm for decomposing seq_len into several pow 2 numbers.

average % of total diff at rnnt_ootb less than 2%.
( TotalTime=fwd+bwd+wrw; diff%=(new_TotalTime - old_TotalTime)/old_TotalTime)

image
image

image

image
image

@shurale-nkn shurale-nkn marked this pull request as ready for review January 27, 2025 14:49
Copy link
Contributor

@DrizztDoUrden DrizztDoUrden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants