Clover Git
OpenCL 1.1 software implementation
|
Public Attributes | |
DeviceInterface * | device |
DeviceProgram * | program |
std::string | unlinked_binary |
llvm::Module * | linked_module |
Compiler * | compiler |
Definition at line 215 of file program.h.
Referenced by Coal::Program::build(), Coal::Program::buildInfo(), Coal::Program::Program(), Coal::Program::setDevices(), and Coal::Program::~Program().
Definition at line 211 of file program.h.
Referenced by Coal::Program::createKernel(), Coal::Program::deviceDependent(), Coal::Program::info(), Coal::Program::Program(), and Coal::Program::setDevices().
llvm::Module* Coal::Program::DeviceDependent::linked_module |
Definition at line 214 of file program.h.
Referenced by Coal::Program::build(), Coal::Program::createKernel(), Coal::Program::kernelFunctions(), Coal::Program::loadBinaries(), Coal::Program::Program(), Coal::Program::setDevices(), and Coal::Program::~Program().
Definition at line 212 of file program.h.
Referenced by Coal::Program::build(), Coal::Program::deviceDependentProgram(), Coal::Program::Program(), Coal::Program::setDevices(), and Coal::Program::~Program().
std::string Coal::Program::DeviceDependent::unlinked_binary |
Definition at line 213 of file program.h.
Referenced by Coal::Program::build(), Coal::Program::info(), and Coal::Program::loadBinaries().