cuda-python icon indicating copy to clipboard operation
cuda-python copied to clipboard

Exposing `cuLibraryGetModule` in `cuda.core`

Open isVoid opened this issue 1 year ago • 1 comments

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.

isVoid avatar Mar 05 '25 03:03 isVoid

The implementation of this will depend on #490.

leofang avatar Mar 05 '25 23:03 leofang