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

Mismatch between find_library and find_cuda_library #11

Open
maleadt opened this issue Jan 6, 2019 · 1 comment
Open

Mismatch between find_library and find_cuda_library #11

maleadt opened this issue Jan 6, 2019 · 1 comment

Comments

@maleadt
Copy link
Member

maleadt commented Jan 6, 2019

Libdl requires the lib prefix, CUDAapi doesn't.

@qin-yu
Copy link

qin-yu commented Mar 2, 2020

Libdl requires the lib prefix, CUDAapi doesn't.

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?

So we can finally do this?

CUDAapi.find_cuda_binary("libptxas", dirs)

@maleadt maleadt transferred this issue from JuliaGPU/CUDAapi.jl May 27, 2020
@maleadt maleadt transferred this issue from JuliaGPU/CUDA.jl Apr 27, 2024
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

No branches or pull requests

2 participants