Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
Dispatcher.hpp File Reference
#include <llvm/IR/Module.h>
#include <llvm/Support/MemoryBuffer.h>
#include <memory>
Include dependency graph for Dispatcher.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LaunchDims
 
struct  proteus::DispatchResult
 
class  proteus::Dispatcher
 

Namespaces

namespace  proteus
 

Enumerations

enum class  TargetModelType { HOST , CUDA , HIP }
 

Enumeration Type Documentation

◆ TargetModelType

enum class TargetModelType
strong
Enumerator
HOST 
CUDA 
HIP