CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
whole disassembler input (for AMD Catalyst driver GPU binaries) More...
#include <Disassembler.h>
Public Attributes | |
GPUDeviceType | deviceType |
GPU device type. | |
bool | is64BitMode |
true if 64-bit mode of addressing | |
CString | driverInfo |
driver info (for AMD Catalyst drivers) | |
CString | compileOptions |
compile options which used by in clBuildProgram | |
size_t | globalDataSize |
global (constants for kernels) data size | |
const cxbyte * | globalData |
global (constants for kernels) data | |
std::vector< AmdDisasmKernelInput > | kernels |
kernel inputs | |
whole disassembler input (for AMD Catalyst driver GPU binaries)
all pointer members holds only pointers that should be freed by your routines. No management of data