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

cuda-cudart-dev_win-64 and cuda-cudart-static-dev_win-64 may placed the libs in the wrong place #28

Open
leofang opened this issue May 3, 2024 · 0 comments

Comments

@leofang
Copy link
Member

leofang commented May 3, 2024

Right now we have:

- Library\lib\cuda.lib # [win]
- Library\lib\cudadevrt.lib # [win]
- Library\lib\cudart.lib # [win]

and
- Library\lib\cudart_static.lib # [win]

But according to @robertmaynard and my finding with the NVIDIA VS extension (here), we need a subdir under %LIBRARY_LIB% (so instead of placing the .lib files in Library\lib it should be Library\lib\x64).

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

1 participant