Skip to content

Releases: oneapi-src/SYCLomatic

SYCLomatic daily 2022-10-28

28 Oct 16:28
bc63462
Compare
Choose a tag to compare
Pre-release
[SYCLomatic] Fix two deprecated code (#322)

Signed-off-by: Ni, Wenhui <wenhui.ni@intel.com>

SYCLomatic daily 2022-10-27

27 Oct 05:00
bc63462
Compare
Choose a tag to compare
Pre-release
[SYCLomatic] Fix two deprecated code (#322)

Signed-off-by: Ni, Wenhui <wenhui.ni@intel.com>

SYCLomatic daily 2022-10-26

26 Oct 16:26
bc63462
Compare
Choose a tag to compare
Pre-release
[SYCLomatic] Fix two deprecated code (#322)

Signed-off-by: Ni, Wenhui <wenhui.ni@intel.com>

SYCLomatic daily 2022-10-25

25 Oct 16:27
8d4d0ee
Compare
Choose a tag to compare
Pre-release
20221025

[SYCLomatic] Fix a bug that type cast is removed incorrectly during m…

SYCLomatic daily 2022-10-24

24 Oct 17:08
8d73753
Compare
Choose a tag to compare
Pre-release
20221024

[SYCLomatic] Fix the regression of __constant__ migration when migrat…

SYCLomatic daily 2022-10-23

23 Oct 17:01
a969b47
Compare
Choose a tag to compare
Pre-release
[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

SYCLomatic daily 2022-10-22

22 Oct 16:26
a969b47
Compare
Choose a tag to compare
Pre-release
[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

SYCLomatic daily 2022-10-21

21 Oct 16:28
a969b47
Compare
Choose a tag to compare
Pre-release
[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

SYCLomatic daily 2022-10-20

20 Oct 16:28
d3017de
Compare
Choose a tag to compare
Pre-release
20221020

[SYCLomatic] Fix a bug that diagnostic messages are not print on term…

SYCLomatic daily 2022-10-19

19 Oct 16:26
62f3ffa
Compare
Choose a tag to compare
Pre-release
[SYCLomatic]  Remove using of deprecated host_unified_memory (#294)

The 'host_unified_memory' was deprecated in SYCL 2020, use device::has() with one of the aspect::usm_* aspects instead.

Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>