Support cudnn9 for cuda 12 - #20907
Conversation
|
|
||
| - name: Download cuda | ||
| run: azcopy.exe cp --recursive "https://lotusscus.blob.core.windows.net/models/cuda_sdk/v12.2" cuda_sdk | ||
| run: azcopy.exe cp --recursive "https://lotusscus.blob.core.windows.net/models/cuda_sdk/v12.3" cuda_sdk |
There was a problem hiding this comment.
Did you copy cudnn files and zlib.dll to this folder?
There was a problem hiding this comment.
I copied zlibwapi.dll from v12.2/bin to v12.3/bin. Cudnn files are in both v12.2 and v12.3's bin, lib and include folders
|
Please note this should be considered as a breaking change as the newly built packages will require CUDNN 9 at run time instead of CUDNN 8. It will impact how our customers do their deployments. We must document it well in our release notes. |
|
Agreed. Let's document it. |
I will be sure to include in the 1.18.1 patch release notes. |
|
And we need to update the doc in PR #20914 once this package is published via a release. |
|
https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=478755&view=logs&j=d46bfb7e-8a17-564a-8f0d-20f6340ae35e&t=71906b08-1304-567a-61c5-75eca5271cb8&l=13 |
I am working on it.= |
|
Current issue is the grid drivers provided by Azure has cuda 12.2 with nVidia driver version 535.154.05. We need to find a way to install the cuda 12.3 driver that support A-10 machines from Azure. |
|
+---------------------------------------------------------------------------------------+ |
|
Using #20925 instead of this PR. |
you'll add windows related changes to the other one? |
Description
Adding Cudnn9 for cuda 12
Motivation and Context
Enable CuDnn for Cuda 12 on 1.18.1 release