pystencils.jit.cpu.compiler_info.CompilerInfo#
- class pystencils.jit.cpu.compiler_info.CompilerInfo(openmp=True, optlevel='fast', cxx_standard='c++11', target=<Target.CurrentCPU: 32769>)#
Base class for compiler infos.
-
target:
Target
= 32769# Hardware target to compile for.
Here,
Target.CurrentCPU
represents the current hardware, which is reflected by-march=native
in GNU-like compilers.
- abstract include_flags(include_dirs)#
Convert a list of include directories into corresponding compiler flags
-
target: