-
Notifications
You must be signed in to change notification settings - Fork 288
Cythonize _linker.py #1079
Copy link
Copy link
Closed
Labels
cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduleenhancementAny code-related improvementsAny code-related improvements
Milestone
Metadata
Metadata
Assignees
Labels
cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduleenhancementAny code-related improvementsAny code-related improvements
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Todo
Ideally this should be P0 because numba-cuda uses
Linkerand this could be in a hot spot. However, by lowering to Cython it meanscuda.corehas to bump the lower bound forcuda.bindingsfrom 12.6 to 12.8 (the firstcuda.bindingsrelease that has nvJitLink bindings included). We might want to wait for a few more months before pushing this?