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

Better way of checking cuDNN version #485

Merged
merged 2 commits into from
Oct 20, 2023
Merged

Conversation

ptrendx
Copy link
Member

@ptrendx ptrendx commented Oct 19, 2023

The CUDNN_VERSION env variable is specific to the NGC containers. This PR adds the API for the pyTorch extension to check the cuDNN version that is available (based on the loaded libcudnn*.so library).

variable which is specific to NGC containers

Signed-off-by: Przemek Tredak <[email protected]>
@ptrendx
Copy link
Member Author

ptrendx commented Oct 19, 2023

/te-ci pytorch

Copy link
Collaborator

@timmoon10 timmoon10 left a comment

Choose a reason for hiding this comment

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

:shipit:

@ksivaman ksivaman merged commit d097883 into NVIDIA:main Oct 20, 2023
9 checks passed
denera pushed a commit to denera/TransformerEngine that referenced this pull request Oct 23, 2023
* Ability to check cuDNN version from Python

Signed-off-by: Przemek Tredak <[email protected]>

* Modify the fused attention test to not use the CUDNN_VERSION env
variable which is specific to NGC containers

Signed-off-by: Przemek Tredak <[email protected]>

---------

Signed-off-by: Przemek Tredak <[email protected]>
ptrendx added a commit that referenced this pull request Oct 24, 2023
* Ability to check cuDNN version from Python

Signed-off-by: Przemek Tredak <[email protected]>

* Modify the fused attention test to not use the CUDNN_VERSION env
variable which is specific to NGC containers

Signed-off-by: Przemek Tredak <[email protected]>

---------

Signed-off-by: Przemek Tredak <[email protected]>
mingxu1067 pushed a commit to mingxu1067/TransformerEngine that referenced this pull request Nov 3, 2023
* Ability to check cuDNN version from Python

Signed-off-by: Przemek Tredak <[email protected]>

* Modify the fused attention test to not use the CUDNN_VERSION env
variable which is specific to NGC containers

Signed-off-by: Przemek Tredak <[email protected]>

---------

Signed-off-by: Przemek Tredak <[email protected]>
Signed-off-by: Ming Huang <[email protected]>
cyanguwa pushed a commit to cyanguwa/TransformerEngine that referenced this pull request Nov 13, 2023
* Ability to check cuDNN version from Python

Signed-off-by: Przemek Tredak <[email protected]>

* Modify the fused attention test to not use the CUDNN_VERSION env
variable which is specific to NGC containers

Signed-off-by: Przemek Tredak <[email protected]>

---------

Signed-off-by: Przemek Tredak <[email protected]>
Signed-off-by: Charlene Yang <[email protected]>
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.

3 participants