Exposing cuLibraryGetModule
in cuda.core
#489
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
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. Sincecuda.core
operates with context independent module loading, ti would be helpful to expose this API incuda.core
to support better integration with legacy libraries.The text was updated successfully, but these errors were encountered: