|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <CppJitCompiler.h>

Public Attributes | |
| TargetModelType | TargetModel |
| CppJitCompilerBackend | Backend |
| const std::string & | Code |
| const std::vector< std::string > & | ExtraArgs |
| const HashT & | ModuleHash |
| std::string | DeviceArch |
| CppJitCompilerBackend proteus::CppJitCompileRequest::Backend |
| const std::string& proteus::CppJitCompileRequest::Code |
| std::string proteus::CppJitCompileRequest::DeviceArch |
| const std::vector<std::string>& proteus::CppJitCompileRequest::ExtraArgs |
| const HashT& proteus::CppJitCompileRequest::ModuleHash |
| TargetModelType proteus::CppJitCompileRequest::TargetModel |