-
Notifications
You must be signed in to change notification settings - Fork 43
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
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed #6
Comments
I used the lines 77-83 of this code: https://github.com/baidu-research/warp-ctc/blob/master/CMakeLists.txt
and the The reason is the code was old and was using an older version of CUDA and my CUDA version is much newer. |
Thanks for the info. CUDA is always annoying with CMAKE. Problem is also that you have to match both CUDA version and the GPUs architecture. Will put that in the README as info. |
excuse me,where should I put the code? |
Excuse me, I have the same problem, I would like to ask if you have solved it? Can you tell me how to solve it? |
You need to change
in
Make sure you delete the |
also, documented in Stackoverflow https://stackoverflow.com/questions/65695117/usr-bin-ld-cannot-find-lpthreads-after-cmake-in-build-folder-in-ubuntu-20
The text was updated successfully, but these errors were encountered: