CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
AMD main binary for X86 systems. More...
#include <AmdBinaries.h>
Public Member Functions | |
AmdMainX86Binary32 (size_t binaryCodeSize, cxbyte *binaryCode, Flags creationFlags=AMDBIN_CREATE_ALL) | |
bool | hasKernelInfo () const |
returns true if binary has kernel informations | |
bool | hasKernelInfoMap () const |
returns true if binary has kernel informations map | |
bool | hasInfoStrings () const |
returns true if binary has info strings | |
bool | hasInnerBinary () const |
return true if binary has inner binary | |
AmdInnerX86Binary32 & | getInnerBinary () |
get inner binary | |
const AmdInnerX86Binary32 & | getInnerBinary () const |
get inner binary | |
![]() | |
AmdMainType | getType () const |
get binary type | |
size_t | getKernelInfosNum () const |
get kernel informations number | |
const KernelInfo * | getKernelInfos () const |
get kernel informations array | |
const KernelInfo & | getKernelInfo (size_t index) const |
get kernel information with specified index | |
const KernelInfo & | getKernelInfo (const char *name) const |
get kernel information with specified kernel name (requires kernel info map) | |
const CString & | getDriverInfo () const |
get driver info string | |
const CString & | getCompileOptions () const |
get compile options string | |
![]() | |
NonCopyableAndNonMovable () | |
constructor | |
NonCopyableAndNonMovable (const NonCopyableAndNonMovable &)=delete | |
copy-constructor | |
NonCopyableAndNonMovable (NonCopyableAndNonMovable &&)=delete | |
move-constructor | |
NonCopyableAndNonMovable & | operator= (const NonCopyableAndNonMovable &)=delete |
copy-assignment | |
NonCopyableAndNonMovable & | operator= (NonCopyableAndNonMovable &&)=delete |
move-asignment | |
Additional Inherited Members | |
![]() | |
typedef Array< std::pair< CString, size_t > > | KernelInfoMap |
Kernel info map. | |
![]() | |
AmdMainBinaryBase (AmdMainType type) | |
constructor | |
![]() | |
AmdMainType | type |
type of binaries | |
Array< KernelInfo > | kernelInfos |
kernel informations | |
KernelInfoMap | kernelInfosMap |
kernel informations map | |
CString | driverInfo |
driver info string | |
CString | compileOptions |
compiler options string | |
AMD main binary for X86 systems.
This object doesn't copy binary code content. Only it takes and uses a binary code.
CLRX::AmdMainX86Binary32::AmdMainX86Binary32 | ( | size_t | binaryCodeSize, |
cxbyte * | binaryCode, | ||
Flags | creationFlags = AMDBIN_CREATE_ALL |
||
) |
constructor
binaryCodeSize | binary code size |
binaryCode | pointer to binary code |
creationFlags | flags that specified what will be created during creation |