Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
TargetModel.h File Reference
#include <string>
Include dependency graph for TargetModel.h:
This graph shows which files directly or indirectly include this file:

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)