Skip to content

[FEA]: Allow specifying the names of inputs to the Linker #662

@kkraus14

Description

@kkraus14

Is this a duplicate?

Area

cuda.core

Is your feature request related to a problem? Please describe.

From NVIDIA/numba-cuda#133 (comment)

We need to support specifying the names of inputs passed to the linker. Currently we calculate the name based on the underlying handle and the type of code we're dealing with:

name_str = f"{object_code._handle}_{object_code._code_type}"

Describe the solution you'd like

We should probably allow a kwarg of names or something similar in the __init__ function of the Linker class?

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

P1Medium priority - Should docuda.coreEverything related to the cuda.core modulefeatureNew feature or request

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions