CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches

Atomic Types.

Atomic Types.

OpenVX types map to OpenCL types through this table:

VX OpenCL
vx_uint8 uchar
vx_int8 char
vx_uint16 ushort
vx_int16 short
vx_uint32 uint
vx_int32 int
vx_uint64 ulong
vx_int64 long
vx_float32 float
vx_float64 double
vx_size size_t
Note
size_t can not be used as a parameter to a __kernel.