Skip to content

Releases: oneapi-src/SYCLomatic

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 <[email protected]>

SYCLomatic daily 2022-10-18

18 Oct 16:33
92cad38
Compare
Choose a tag to compare
Pre-release
20221018

[SYCLomatic] Add a new property for user defined rule to distinguish …

SYCLomatic daily 2022-10-17

17 Oct 17:02
92cad38
Compare
Choose a tag to compare
Pre-release
20221017

[SYCLomatic] Add a new property for user defined rule to distinguish …

SYCLomatic daily 2022-10-16

16 Oct 16:47
701c30a
Compare
Choose a tag to compare
Pre-release
[SYCLomatic] Support CUDA 11.8 (#292)

Signed-off-by: Chen, Sheng S <[email protected]>

SYCLomatic daily 2022-10-15

15 Oct 16:32
701c30a
Compare
Choose a tag to compare
Pre-release
[SYCLomatic] Support CUDA 11.8 (#292)

Signed-off-by: Chen, Sheng S <[email protected]>

SYCLomatic daily 2022-10-14

14 Oct 16:26
701c30a
Compare
Choose a tag to compare
Pre-release
[SYCLomatic] Support CUDA 11.8 (#292)

Signed-off-by: Chen, Sheng S <[email protected]>

SYCLomatic daily 2022-10-13

13 Oct 16:26
79a4a3d
Compare
Choose a tag to compare
Pre-release
20221013

[SYCLomatic] Fix the location of closing brace in lib_common_utils.hp…

SYCLomatic daily 2022-10-12

12 Oct 16:42
1bdba0d
Compare
Choose a tag to compare
Pre-release
20221012

[SYCLomatic] Use "memcpy" instead of "strncpy" since it is deprecated…