-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Cherry pick for 1.17.2 source code release #19679
Conversation
…NN v8 RNN API and reenable RNN tests for CUDA EP (#19419) Replace deprecated cuDNN RNN based API by cuDNN v8 RNN API and re-enable RNN tests for the CUDA EP. ### Motivation and Context The deprecated cuDNN RNN API might vanish soon and in addition for the current CUDA EP RNN implementation all RNN tests are disabled due to failures. With this change the deprecated API has been removed and the new updated implemented doesn't fail the tests anymore.
Does the title mean there is no binary built for this release? |
I just got the update yesterday that we will be doing a 1.17.2 source code only release. no packages to be published. @pranavsharma for confirming |
Yes, this is to support cudnn 9.0. No binary. This is specifically for Triton. |
Should we increase the "VERSION_NUMBER" to avoid confusion? @pranavsharma ? |
Good point. Let's do that. Can be done in a separate PR since this is merely cherry-picking. |
/azp run Windows CPU CI Pipeline , Windows GPU CI Pipeline |
Azure Pipelines successfully started running 2 pipeline(s). |
Description
As title.
Motivation and Context