CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
Extension: Example User Kernel

The Example User Kernel Extension. More...

Macros

#define XYZ_DATA_AREA   (1024)
 The XYZ Data area in bytes.
 
#define XYZ_TEMP_NUMITEMS   (374)
 The required number of items in the temp array.
 
#define XYZ_VALUE_MIN   (-10)
 The minimum value of the scalar for the XYZ Kernel.
 
#define XYZ_VALUE_MAX   (10)
 The maximum value of the scalar for the XYZ Kernel.
 
#define VX_LIBRARY_XYZ   (0x3)
 The XYZ Example Library Set.
 

Enumerations

enum  vx_kernel_xyz_ext_e { VX_KERNEL_KHR_XYZ = VX_KERNEL_BASE(VX_ID_DEFAULT, VX_LIBRARY_XYZ) + 0x0 }
 The list of XYZ Kernels. More...
 

Detailed Description

The Example User Kernel Extension.

Macro Definition Documentation

◆ VX_LIBRARY_XYZ

#define VX_LIBRARY_XYZ   (0x3)

#include <vx_lib_xyz.h>

The XYZ Example Library Set.

◆ XYZ_DATA_AREA

#define XYZ_DATA_AREA   (1024)

#include <vx_lib_xyz.h>

The XYZ Data area in bytes.

◆ XYZ_TEMP_NUMITEMS

#define XYZ_TEMP_NUMITEMS   (374)

#include <vx_lib_xyz.h>

The required number of items in the temp array.

◆ XYZ_VALUE_MAX

#define XYZ_VALUE_MAX   (10)

#include <vx_lib_xyz.h>

The maximum value of the scalar for the XYZ Kernel.

◆ XYZ_VALUE_MIN

#define XYZ_VALUE_MIN   (-10)

#include <vx_lib_xyz.h>

The minimum value of the scalar for the XYZ Kernel.

Enumeration Type Documentation

◆ vx_kernel_xyz_ext_e

#include <vx_lib_xyz.h>

The list of XYZ Kernels.

Enumerator
VX_KERNEL_KHR_XYZ 

The Example User Defined Kernel.