Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <llvm/ADT/StringRef.h>
#include <llvm/TargetParser/Host.h>
#include <llvm/TargetParser/Triple.h>
#include "proteus/Error.h"
Go to the source code of this file.
Namespaces | |
namespace | proteus |
Enumerations | |
enum class | proteus::TargetModelType { proteus::HOST , proteus::CUDA , proteus::HIP } |
Functions | |
TargetModelType | proteus::parseTargetModel (StringRef Target) |
std::string | proteus::getTargetTriple (TargetModelType Model) |