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

Allow cuDNN in non-CUDA non-system dir #7608

Merged
merged 1 commit into from
Mar 9, 2021
Merged

Conversation

zhenhuaw-me
Copy link
Contributor

cuDNN is not a builtin library of the CUDA toolkit package.
The user can install it in the CUDA directory, the system
directory, or anywhere else. This patch relax the restriction
of locating cuDNN in the CUDA directory. This is helpfull
when trying out different versions of cuDNN.

Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers by @ them in the pull request thread.

cuDNN is not a builtin library of the CUDA toolkit package.
The user can install it in the CUDA directory, the system
directory, or anywhere else. This patch relax the restriction
of locating cuDNN in the CUDA directory. This is helpfull
when trying out different versions of cuDNN.
@masahi masahi merged commit 92ab9e4 into apache:main Mar 9, 2021
@masahi
Copy link
Member

masahi commented Mar 9, 2021

Thanks @jackwish

trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
cuDNN is not a builtin library of the CUDA toolkit package.
The user can install it in the CUDA directory, the system
directory, or anywhere else. This patch relax the restriction
of locating cuDNN in the CUDA directory. This is helpfull
when trying out different versions of cuDNN.
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request May 11, 2021
cuDNN is not a builtin library of the CUDA toolkit package.
The user can install it in the CUDA directory, the system
directory, or anywhere else. This patch relax the restriction
of locating cuDNN in the CUDA directory. This is helpfull
when trying out different versions of cuDNN.
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