-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Labels
P1Medium priority - Should doMedium priority - Should docuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core modulefeatureNew feature or requestNew feature or request
Milestone
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this request and that I agree to the Code of Conduct
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 doMedium priority - Should docuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core modulefeatureNew feature or requestNew feature or request
Type
Projects
Status
Done