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

Exposing cuLibraryGetModule in cuda.core #489

Open
isVoid opened this issue Mar 5, 2025 · 1 comment
Open

Exposing cuLibraryGetModule in cuda.core #489

isVoid opened this issue Mar 5, 2025 · 1 comment
Labels
cuda.core Everything related to the cuda.core module enhancement Any code-related improvements P1 Medium priority - Should do triage Needs the team's attention

Comments

@isVoid
Copy link

isVoid commented Mar 5, 2025

For legacy library, it takes time to migrate from module dependent APIs to library dependent APIs. In the transition time, cuLibraryGetModule is a very useful API to allow switching from context independent module loading to old style module management, providing backward compatibility. Since cuda.core operates with context independent module loading, ti would be helpful to expose this API in cuda.core to support better integration with legacy libraries.

@github-actions github-actions bot added the triage Needs the team's attention label Mar 5, 2025
@leofang leofang added enhancement Any code-related improvements P1 Medium priority - Should do cuda.core Everything related to the cuda.core module and removed triage Needs the team's attention labels Mar 5, 2025
@leofang
Copy link
Member

leofang commented Mar 5, 2025

The implementation of this will depend on #490.

@leofang leofang added the triage Needs the team's attention label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda.core Everything related to the cuda.core module enhancement Any code-related improvements P1 Medium priority - Should do triage Needs the team's attention
Projects
None yet
Development

No branches or pull requests

2 participants