Is this a duplicate?
Area
cuda.pathfinder
Is your feature request related to a problem? Please describe.
Add support for find_nvidia_header_directory for:
- mathdx
- cufftdx
- cublasdx
- cusolverdx
- cutlass
Describe the solution you'd like
find_nvidia_header_directory("mathdx") returns header path of installed mathdx (either through pypi, conda or tarball):
Describe alternatives you've considered
I'm currently search for libraries manually
Additional context
Needed for nvmath
Is this a duplicate?
Area
cuda.pathfinder
Is your feature request related to a problem? Please describe.
Add support for
find_nvidia_header_directoryfor:Describe the solution you'd like
find_nvidia_header_directory("mathdx")returns header path of installed mathdx (either through pypi, conda or tarball):Describe alternatives you've considered
I'm currently search for libraries manually
Additional context
Needed for nvmath