Skip to content

SYCLomatic daily 2022-10-23

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 23 Oct 17:01
· 94615 commits to SYCLomatic since this release
a969b47
[SYCLomatic] Refine vector types migration (#305)

uchar1 => uint8_t
ushort1 => uint16_t
uint1 => uint32_t
ulong1=> uint64_t
ulonglong1 => uint64_t
longlong1 => int64_t
Similar to make_xx1 functions.

Signed-off-by: Tang, Jiajun jiajun.tang@intel.com