Is this a duplicate?
Area
cuda.pathfinder
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
NVIDIA/numba-cuda#302
Is this a duplicate?
Area
cuda.pathfinder
Is your feature request related to a problem? Please describe.
numba-cudaneeds to be able to findlibcudadevrt.ato launch kernels involving cooperative groups, but needs to find it itself viaget_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
NVIDIA/numba-cuda#302