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

Add cuDNN include path as a common include dir #724

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

None yet

1 participant