SkePU  1.2
 All Classes Namespaces Files Functions Variables Enumerations Friends Macros Groups Pages
operator_macros_cucl.inl File Reference

Contains macro defintions for user functions using CUDA, OpenCL and CPU/OpenMP backend. More...

Macros

#define UNARY_FUNC(name, type1, param1, func)
 
#define UNARY_FUNC_CONSTANT(name, type1, param1, const1, func)
 
#define BINARY_FUNC(name, type1, param1, param2, func)
 
#define BINARY_FUNC_CONSTANT(name, type1, param1, param2, const1, func)
 
#define TERNARY_FUNC(name, type1, param1, param2, param3, func)
 
#define TERNARY_FUNC_CONSTANT(name, type1, param1, param2, param3, const1, func)
 
#define OVERLAP_FUNC(name, type1, over, param1, func)
 
#define OVERLAP_FUNC_STR(name, type1, over, param1, stride, func)
 
#define ARRAY_FUNC(name, type1, param1, param2, func)
 
#define ARRAY_FUNC_MATR(name, type1, param1, param2, func)
 
#define ARRAY_FUNC_MATR_CONST(name, type1, param1, param2, const1, const2, func)
 
#define GENERATE_FUNC(name, type1, index, const1, func)
 

Detailed Description

Contains macro defintions for user functions using CUDA, OpenCL and CPU/OpenMP backend.