CoreFlow 1.0.0
A modern orchestration and execution runtime
|
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... | |
The Example User Kernel Extension.
#define VX_LIBRARY_XYZ (0x3) |
#include <vx_lib_xyz.h>
The XYZ Example Library Set.
#define XYZ_DATA_AREA (1024) |
#include <vx_lib_xyz.h>
The XYZ Data area in bytes.
#define XYZ_TEMP_NUMITEMS (374) |
#include <vx_lib_xyz.h>
The required number of items in the temp array.
#define XYZ_VALUE_MAX (10) |
#include <vx_lib_xyz.h>
The maximum value of the scalar for the XYZ Kernel.
#define XYZ_VALUE_MIN (-10) |
#include <vx_lib_xyz.h>
The minimum value of the scalar for the XYZ Kernel.
enum 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. |