Convenience: Detect NVCC.
()
| 969 | # ============================================================================ |
| 970 | |
| 971 | def detect_nvcc() -> ToolInfo: |
| 972 | """Convenience: Detect NVCC.""" |
| 973 | return get_detector().detect_nvcc() |
| 974 | |
| 975 | |
| 976 | def detect_cpp_compiler() -> ToolInfo: |
no test coverage detected