-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cmake Error about CUDA::cublas #1
Comments
l have the same problem!! |
Did you overcome it? |
no, I gave it up @yaoluoge |
maybe l should looking for other ways @Pradur241 |
l got it! maybe you can try it with my cmakelists.`cmake_minimum_required(VERSION 3.16)
else (CMAKE_VERSION VERSION_LESS 3.17)
endif (CMAKE_VERSION VERSION_LESS 3.17) if (USE_CUDA) |
@yaoluoge Thanks a lot!! Nice job! |
请问我在编译的时候提示了这些错误,有什么解决办法吗?
The text was updated successfully, but these errors were encountered: