Skip to content

Support for CUDNN_HOME/CUDNN_PATH in C++ extensions#10922

Closed
goldsborough wants to merge 1 commit intopytorch:masterfrom
goldsborough:cudnn-home
Closed

Support for CUDNN_HOME/CUDNN_PATH in C++ extensions#10922
goldsborough wants to merge 1 commit intopytorch:masterfrom
goldsborough:cudnn-home

Conversation

@goldsborough
Copy link
Contributor

Currently we assume to find cudnn includes and libraries in the CUDA_HOME root. But this is not always true. So we now support a CUDNN_HOME/CUDNN_PATH environment variable that can have its own /include and /lib64 folder.

This means cudnn extensions now also get support on the FAIR cluster.

@soumith @fmassa

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

goldsborough has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@goldsborough
Copy link
Contributor Author

@pytorchbot retest this please

PenghuiCheng pushed a commit to PenghuiCheng/pytorch that referenced this pull request Sep 11, 2018
Summary:
Currently we assume to find cudnn includes and libraries in the `CUDA_HOME` root. But this is not always true. So we now support a `CUDNN_HOME`/`CUDNN_PATH` environment variable that can have its own `/include` and `/lib64` folder.

This means cudnn extensions now also get support on the FAIR cluster.

soumith fmassa
Pull Request resolved: pytorch#10922

Differential Revision: D9526856

Pulled By: goldsborough

fbshipit-source-id: 5c64a5ff7cd428eb736381c24736006b21f8b6db
@ezyang ezyang added the merged label Jun 26, 2019
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.

4 participants