-
Notifications
You must be signed in to change notification settings - Fork 236
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 single stream #3406
Conversation
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.
There are some minor recommendations.
Unfortunately I can't go deep into the code, since I'm not familiar with the algorithm itself.
Hi @junliume @BrianHarrisonAMD @BradPepersAMD, when we can merge this ? Thanks |
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.
I'm not seeing any unit tests that seem to really validate the new RNN algorithm from a correctness perspective. Is there something I'm missing?
For the user, the result of this algorithm is identical to the standard one. Therefore, the general test logic extended by testing with this algorithm is sufficient. Partially, this was the reason for adding a separate type. |
Added new algo type (miopenRNNroundedDynamic) for LSTM. Should produce less unique requests to rocblass.
Prerequisite for multi-stream version.
Prerequisite for native support of the padded_seq layout.