cuda.pathfinder.SUPPORTED_BINARY_UTILITIES#
- cuda.pathfinder.SUPPORTED_BINARY_UTILITIES = ('nvcc', 'nvdisasm', 'cuobjdump', 'nvprune', 'fatbinary', 'bin2c', 'nvlink', 'cuda-gdb', 'cuda-gdbserver', 'compute-sanitizer', 'nvprof', 'nsys', 'nsight-sys', 'ncu', 'nsight-compute')#
Tuple of supported CUDA binary utility names that can be located via
find_nvidia_binary_utility(). Platform-aware (e.g., some utilities may be available only on Linux or Windows). Example utilities:"nvdisasm","cuobjdump","nvcc".