Skip to content

Ensure cuda_static's directory is passed to setuptools #608

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

Open
leofang opened this issue May 4, 2025 · 0 comments
Open

Ensure cuda_static's directory is passed to setuptools #608

leofang opened this issue May 4, 2025 · 0 comments
Assignees
Labels
cuda.bindings Everything related to the cuda.bindings module enhancement Any code-related improvements P1 Medium priority - Should do

Comments

@leofang
Copy link
Member

leofang commented May 4, 2025

Follow-up of #517. We need to inform setuptools to pass -L so that cudart_static can show up in the compiler search paths without extra hacks. The logic should eventually get library_dirs updated:

library_dirs=library_dirs,

@leofang leofang added cuda.bindings Everything related to the cuda.bindings module enhancement Any code-related improvements P1 Medium priority - Should do labels May 4, 2025
@leofang leofang added this to the cuda-python parking lot milestone May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda.bindings Everything related to the cuda.bindings module enhancement Any code-related improvements P1 Medium priority - Should do
Projects
None yet
Development

No branches or pull requests

2 participants