Searched refs:get_cpp_compiler (Results 1 – 2 of 2) sorted by relevance
141 def get_cpp_compiler() -> str: function248 return _is_gcc(get_cpp_compiler())253 return _is_clang(get_cpp_compiler())258 return _is_intel_compiler(get_cpp_compiler())263 return _is_apple_clang(get_cpp_compiler())268 return _is_msvc_cl(get_cpp_compiler())545 if platform.system() == "Darwin" and "clang" in get_cpp_compiler():608 self._compiler = get_cpp_compiler()
25 from torch._inductor.cpp_builder import get_compiler_version_info, get_cpp_compiler27 compiler_info = get_compiler_version_info(get_cpp_compiler())