Skip to content

Add ObjectCode.get_module() for legacy driver API integration#2339

Open
lijinf2 wants to merge 1 commit into
NVIDIA:mainfrom
lijinf2:fix_489
Open

Add ObjectCode.get_module() for legacy driver API integration#2339
lijinf2 wants to merge 1 commit into
NVIDIA:mainfrom
lijinf2:fix_489

Conversation

@lijinf2

@lijinf2 lijinf2 commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Description

closes #489

Add ObjectCode.get_module() to expose the CUmodule for the current context via cuLibraryGetModule, so code using legacy driver APIs can interoperate with cuda.core's context-independent CUlibrary loading.

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@copy-pr-bot

copy-pr-bot Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions Bot added the cuda.core Everything related to the cuda.core module label Jul 10, 2026
@lijinf2 lijinf2 self-assigned this Jul 10, 2026
@lijinf2 lijinf2 added this to the cuda.core next milestone Jul 10, 2026
@lijinf2 lijinf2 added the P1 Medium priority - Should do label Jul 10, 2026
@lijinf2

lijinf2 commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

/ok to test 600176e

@github-actions

Copy link
Copy Markdown

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 P1 Medium priority - Should do

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exposing cuLibraryGetModule in cuda.core

1 participant