Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/codegen/fuser/cpu/
Dfused_kernel.cpp177 struct CompilerConfig { struct
178 CompilerConfig() { in CompilerConfig() argument
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;