Auto Tiler Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
KernelIterationSpace

Functions

void UserSymbols (int SCount,...)
 Define user defined symbols with associated value. Used in non inlined code generation. Returns NULL. More...
 
void InitKernelIterInfos (int OldStyle)
 
KernelDynamicSymbol_TS_Dyn (char *Name, int Value)
 Define one user defined symbol with associated value. More...
 
KernelDynamicSymbol_T ** KerDynamicSymbols (int SCount,...)
 Define user defined symbols with associated value. Used in non inlined code generation. More...
 

Description

Functions in this group should be used to document the dimension and characteristics of the user kernel iteration space

Function Documentation

void InitKernelIterInfos ( int  OldStyle)
KernelDynamicSymbol_T** KerDynamicSymbols ( int  SCount,
  ... 
)

Define user defined symbols with associated value. Used in non inlined code generation.

Parameters
SCountNumber of pairs (SymbolName, SymbolValue)
KernelDynamicSymbol_T* S_Dyn ( char *  Name,
int  Value 
)

Define one user defined symbol with associated value.

Parameters
NameName of the user defined symbol
ValueValue of the user defined symbol
void UserSymbols ( int  SCount,
  ... 
)

Define user defined symbols with associated value. Used in non inlined code generation. Returns NULL.

Parameters
SCountNumber of pairs (SymbolName, SymbolValue)