Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
proteus::Dispatcher Member List

This is the complete list of members for proteus::Dispatcher, including all inherited members.

compile(std::unique_ptr< Module > M)=0proteus::Dispatcherpure virtual
getDispatcher(TargetModelType Model)proteus::Dispatcherstatic
getFunctionAddress(StringRef FunctionName)=0proteus::Dispatcherprotectedpure virtual
launch(StringRef KernelName, LaunchDims GridDim, LaunchDims BlockDim, ArrayRef< void * > KernelArgs, uint64_t ShmemSize, void *Stream)=0proteus::Dispatcherpure virtual
Libraryproteus::Dispatcherprotected
run(StringRef FuncName, ArgT... Args)proteus::Dispatcherinline