Skip to content

Add cuDNN include path as a common include dir#724

Open
jacobkahn wants to merge 1 commit intoNVIDIA:mainfrom
jacobkahn:fix_cudnn_include_path
Open

Add cuDNN include path as a common include dir#724
jacobkahn wants to merge 1 commit intoNVIDIA:mainfrom
jacobkahn:fix_cudnn_include_path

Conversation

@jacobkahn
Copy link

Some cuDNN setups don't have cuDNN installed in the same immediate tree as CUDA -- in this case, cudnn.h isn't along the include path --> build failures. Add the found include path alongside other common CUDA deps.

Tested:

cmake -S . -B build
cmake --build build --parallel

builds all assets

Some cuDNN setups don't have cuDNN installed in the same place as CUDA -- in this case, headers aren't found --> build failures.
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.

1 participant