cuda-python
cuda-python copied to clipboard
[FEA]: Support for finding `libcudadevrt.a` through pathfinder
Is this a duplicate?
- [x] I confirmed there appear to be no duplicate issues for this request and that I agree to the Code of Conduct
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
https://github.com/NVIDIA/numba-cuda/issues/302