Open
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.bindings
Is your feature request related to a problem? Please describe.
numba-cuda
needs to be able to find libcudadevrt.a
to launch kernels involving cooperative groups, but needs to find it itself via get_cudalib
. Ideally the pathfinder could provide this for us.
Describe the solution you'd like
Something like path_finder._get_nvidia_static_library("cudadevrt")
Describe alternatives you've considered
Numba's existing logic
Additional context
Metadata
Metadata
Assignees
Labels
Type
Projects
Status