CLRX  1
An unofficial OpenCL extensions designed for Radeon GPUs
Public Member Functions | List of all members
CLRX::AmdInnerX86Binary64 Class Reference

AMD inner binary for X86-64 binaries. More...

#include <AmdBinaries.h>

Inheritance diagram for CLRX::AmdInnerX86Binary64:

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
 

Detailed Description

AMD inner binary for X86-64 binaries.

This object doesn't copy binary code content. Only it takes and uses a binary code.

Constructor & Destructor Documentation

CLRX::AmdInnerX86Binary64::AmdInnerX86Binary64 ( size_t  binaryCodeSize,
cxbyte binaryCode,
Flags  creationFlags = ELF_CREATE_ALL 
)

constructor

Parameters
binaryCodeSizebinary code size
binaryCodepointer to binary code
creationFlagsflags that specified what will be created during creation

The documentation for this class was generated from the following file: