CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
AMD inner binary for X86-64 binaries. More...
#include <AmdBinaries.h>
Public Member Functions | |
AmdInnerX86Binary64 (size_t binaryCodeSize, cxbyte *binaryCode, Flags creationFlags=ELF_CREATE_ALL) | |
void | getKernelInfos (Array< KernelInfo > &kernelInfos) const |
generate kernel info from this binary and save to KernelInfo array | |
AMD inner binary for X86-64 binaries.
This object doesn't copy binary code content. Only it takes and uses a binary code.
CLRX::AmdInnerX86Binary64::AmdInnerX86Binary64 | ( | size_t | binaryCodeSize, |
cxbyte * | binaryCode, | ||
Flags | creationFlags = ELF_CREATE_ALL |
||
) |
constructor
binaryCodeSize | binary code size |
binaryCode | pointer to binary code |
creationFlags | flags that specified what will be created during creation |