Clover Git
OpenCL 1.1 software implementation
|
Public Attributes | |
DeviceInterface * | device |
DeviceKernel * | kernel |
llvm::Function * | function |
llvm::Module * | module |
Definition at line 287 of file kernel.h.
Referenced by Coal::Kernel::addFunction(), Coal::Kernel::deviceDependent(), and Coal::Kernel::Kernel().
llvm::Function* Coal::Kernel::DeviceDependent::function |
Definition at line 289 of file kernel.h.
Referenced by Coal::Kernel::addFunction(), Coal::Kernel::function(), and Coal::Kernel::Kernel().
Definition at line 288 of file kernel.h.
Referenced by Coal::Kernel::addFunction(), Coal::Kernel::deviceDependentKernel(), Coal::Kernel::Kernel(), Coal::Kernel::workGroupInfo(), and Coal::Kernel::~Kernel().
llvm::Module* Coal::Kernel::DeviceDependent::module |
Definition at line 290 of file kernel.h.
Referenced by Coal::Kernel::addFunction(), and Coal::Kernel::Kernel().