We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Libdl requires the lib prefix, CUDAapi doesn't.
lib
The text was updated successfully, but these errors were encountered:
Do you mean
Libdl.find_library("libccalltest", [private_libdir])
vs
CUDAapi.find_cuda_binary("ptxas", dirs)
So may I just change CUDAapi.find_library() so it remove lib for windows instead of adding lib-prefix for unix?
CUDAapi.find_library()
So we can finally do this?
CUDAapi.find_cuda_binary("libptxas", dirs)
Sorry, something went wrong.
No branches or pull requests
Libdl requires the
lib
prefix, CUDAapi doesn't.The text was updated successfully, but these errors were encountered: