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

ROCm binary input structure. More...

#include <ROCmBinaries.h>

Public Member Functions

void addEmptyKernel (const char *kernelName)
 add empty kernel with default values
 

Public Attributes

GPUDeviceType deviceType
 GPU device type.
 
uint32_t archMinor
 GPU arch minor.
 
uint32_t archStepping
 GPU arch stepping.
 
std::vector< ROCmSymbolInputsymbols
 symbols
 
size_t codeSize
 code size
 
const cxbytecode
 code
 
size_t commentSize
 comment size (can be null)
 
const char * comment
 comment
 
std::vector< BinSectionextraSections
 extra sections
 
std::vector< BinSymbolextraSymbols
 extra symbols
 

Detailed Description

ROCm binary input structure.


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