CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
ROCm binary input structure. More...
#include <ROCmBinaries.h>
Public Member Functions | |
void | addEmptyKernel (const char *kernelName) |
add empty kernel with default values | |
Public Attributes | |
GPUDeviceType | deviceType |
GPU device type. | |
uint32_t | archMinor |
GPU arch minor. | |
uint32_t | archStepping |
GPU arch stepping. | |
std::vector< ROCmSymbolInput > | symbols |
symbols | |
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 | |
ROCm binary input structure.