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 nvidia/cuda_profiler_api.
Describe the solution you'd like
find_nvidia_header_directory("profiler") returns header path of installed profiler (either through system install, pypi or conda):
Describe alternatives you've considered
I'm currently search for the library manually
Additional context
Needed for nvmath and other projects that use same bindings
Is this a duplicate?
Area
cuda.pathfinder
Is your feature request related to a problem? Please describe.
Add support for
find_nvidia_header_directoryfornvidia/cuda_profiler_api.Describe the solution you'd like
find_nvidia_header_directory("profiler")returns header path of installed profiler (either through system install, pypi or conda):Describe alternatives you've considered
I'm currently search for the library manually
Additional context
Needed for nvmath and other projects that use same bindings