CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
Gallium input. More...
#include <GalliumBinaries.h>
Public Member Functions | |
void | addEmptyKernel (const char *kernelName) |
add empty kernel with default values | |
Public Attributes | |
bool | is64BitElf |
is 64-bit elf binary | |
GPUDeviceType | deviceType |
GPU device type. | |
size_t | globalDataSize |
global constant data size | |
const cxbyte * | globalData |
global constant data | |
std::vector< GalliumKernelInput > | kernels |
input kernel list | |
size_t | codeSize |
code size | |
const cxbyte * | code |
code | |
size_t | commentSize |
comment size (can be null) | |
const char * | comment |
comment | |
std::vector< BinSection > | extraSections |
extra sections | |
std::vector< BinSymbol > | extraSymbols |
extra symbols | |
Gallium input.