Home
last modified time | relevance | path

Searched refs:get_cpp_compiler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcpp_builder.py141 def get_cpp_compiler() -> str: function
248 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()
H A Dcpu_vec_isa.py25 from torch._inductor.cpp_builder import get_compiler_version_info, get_cpp_compiler
27 compiler_info = get_compiler_version_info(get_cpp_compiler())