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

Go to the source code of this file.
Namespaces | |
| namespace | proteus |
Enumerations | |
| enum class | proteus::TargetModelType { proteus::HOST , proteus::CUDA , proteus::HIP , proteus::HOST_HIP , proteus::HOST_CUDA } |
Functions | |
| TargetModelType | proteus::parseTargetModel (const std::string &Target) |
| std::string | proteus::getTargetTriple (TargetModelType Model) |
| bool | proteus::isHostTargetModel (TargetModelType TargetModel) |