-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
[Bug(CMake 3.17)] CUDA::cublasLt not found but can be specified absolutely #1078
Comments
I cannot reproduce this issue with cmake 3.22.1, gcc 11.3 and nvcc 12.1 |
Sorry, I got a mistake. The version of cmake I'm using is
|
And I tested again under cmake |
I have the same problem, with CMake 3.17 |
I have the same problem, with CMake 3.22.2, 3.23.2, 3.24.2. |
I have the same problem, with CMake 3.17 too!!!! |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
When I run
It will success normally.
Current Behavior
It got errors (see details at below). But when I replace
CUDA::cublasLt
in CMakeLists.txt with the absolute path, the bug fixed. But I think it is not a good solution.Environment and Context
Physical (or virtual) hardware you are using: Centos7.6
Operating System, e.g. for Linux:
Failure Information (for bugs)
The text was updated successfully, but these errors were encountered: