Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Static Public Member Functions | Public Attributes | List of all members
proteus::Config Class Reference

#include <Config.hpp>

Static Public Member Functions

static Configget ()
 

Public Attributes

bool ProteusUseStoredCache
 
bool ProteusSpecializeLaunchBounds
 
bool ProteusSpecializeArgs
 
bool ProteusSpecializeDims
 
bool ProteusDisable
 
bool ProteusDumpLLVMIR
 
bool ProteusRelinkGlobalsByCopy
 
bool ProteusAsyncCompilation
 
int ProteusAsyncThreads
 
bool ProteusAsyncTestBlocking
 
bool ProteusUseLightweightKernelClone
 
bool ProteusEnableTimers
 
CodegenOption ProteusCodegen
 

Member Function Documentation

◆ get()

static Config & proteus::Config::get ( )
inlinestatic

Member Data Documentation

◆ ProteusAsyncCompilation

bool proteus::Config::ProteusAsyncCompilation

◆ ProteusAsyncTestBlocking

bool proteus::Config::ProteusAsyncTestBlocking

◆ ProteusAsyncThreads

int proteus::Config::ProteusAsyncThreads

◆ ProteusCodegen

CodegenOption proteus::Config::ProteusCodegen

◆ ProteusDisable

bool proteus::Config::ProteusDisable

◆ ProteusDumpLLVMIR

bool proteus::Config::ProteusDumpLLVMIR

◆ ProteusEnableTimers

bool proteus::Config::ProteusEnableTimers

◆ ProteusRelinkGlobalsByCopy

bool proteus::Config::ProteusRelinkGlobalsByCopy

◆ ProteusSpecializeArgs

bool proteus::Config::ProteusSpecializeArgs

◆ ProteusSpecializeDims

bool proteus::Config::ProteusSpecializeDims

◆ ProteusSpecializeLaunchBounds

bool proteus::Config::ProteusSpecializeLaunchBounds

◆ ProteusUseLightweightKernelClone

bool proteus::Config::ProteusUseLightweightKernelClone

◆ ProteusUseStoredCache

bool proteus::Config::ProteusUseStoredCache

The documentation for this class was generated from the following file: