CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
ROCm kernel argument. More...
#include <ROCmBinaries.h>
Public Attributes | |
CString | name |
name | |
CString | typeName |
type name | |
uint64_t | size |
argument size in bytes | |
uint64_t | align |
argument alignment in bytes | |
uint64_t | pointeeAlign |
alignemnt of pointed data of pointer | |
ROCmValueKind | valueKind |
value kind | |
ROCmValueType | valueType |
value type | |
ROCmAddressSpace | addressSpace |
pointer address space | |
ROCmAccessQual | accessQual |
access qualifier (for images and values) | |
ROCmAccessQual | actualAccessQual |
actual access qualifier | |
bool | isConst |
is constant | |
bool | isRestrict |
is restrict | |
bool | isVolatile |
is volatile | |
bool | isPipe |
is pipe | |
ROCm kernel argument.