Home
last modified time | relevance | path

Searched defs:CompilerConfig (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/cpu/
H A Dfused_kernel.cpp177 struct CompilerConfig { struct
178 CompilerConfig() { in CompilerConfig() function
197 std::string cxx = "cl";
198 const std::string openmp_flags = "/openmp";
200 std::string cxx = "clang++";
201 const std::string openmp_flags = "-fopenmp";
203 std::string cxx = "g++";
204 const std::string openmp_flags = "-fopenmp";
209 bool openmp = true;
211 bool openmp = false;
/aosp_15_r20/frameworks/compile/libbcc/lib/
DCompilerConfig.cpp52 CompilerConfig::CompilerConfig(const std::string &pTriple) in CompilerConfig() function in CompilerConfig
/aosp_15_r20/frameworks/compile/libbcc/include/bcc/
DCompiler.h35 class CompilerConfig; variable
DScript.h33 class CompilerConfig; variable
DRSCompilerDriver.h32 class CompilerConfig; variable