Skip to content

Provide accessor for ObjectCode._handle #490

@isVoid

Description

@isVoid

Currently if we have a lazily loaded ObjectCode, we could get its underlying CUlibrary via _handle attribute. We should provide a public accessor like handle, just like other objects in cuda.core. And it would be good UX if the accessor has a precondition with _lazy_load_module.

Metadata

Metadata

Assignees

Labels

P0High priority - Must do!bugSomething isn't workingcuda.coreEverything related to the cuda.core module

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions