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

find blas and cudnn update for windows OS #3047

Merged
merged 3 commits into from
Jan 19, 2025

Conversation

hscodesolution
Copy link
Contributor

@hscodesolution hscodesolution commented Jan 19, 2025

cmake unable to detect blas, lapack, intel mkl and cudnn on my windows 11 64 bit OS. I fixed the issue by suggesting these changes in find_blas.cmake and find_cudnn.txt which will help cmake to find out proper path of library and include files.

find_blas.cmake is unable to find out blas, lapack and intel mkl library because intel's oneAPI has changed its installation directory structure.
cudnn installer provided by nvidia is by default installing cudnn to suggested path. Adding it will help cmake to find cudnn easily on windows OS.
cudnn installer provided by nvidia is by default installing cudnn to suggested path. Adding it will help cmake to find cudnn easily on windows OS.
@davisking
Copy link
Owner

Nice, thanks for the PR :)

@davisking davisking merged commit d6706a5 into davisking:master Jan 19, 2025
10 checks passed
@hscodesolution hscodesolution deleted the patch-1 branch January 20, 2025 10:14
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.

2 participants