Skip to content

Releases: oneapi-src/SYCLomatic

SYCLomatic daily 2022-11-25

25 Nov 17:27
594237d
Compare
Choose a tag to compare
Pre-release
[SYCLomatic] Enable migration of asm instruction 'lop3'. (#335)

Signed-off-by: Tang, Jiajun [email protected]

SYCLomatic daily 2022-11-24

24 Nov 17:27
594237d
Compare
Choose a tag to compare
Pre-release
[SYCLomatic] Enable migration of asm instruction 'lop3'. (#335)

Signed-off-by: Tang, Jiajun [email protected]

SYCLomatic daily 2022-11-23

23 Nov 17:27
7390f65
Compare
Choose a tag to compare
Pre-release
20221123

[SYCLomatic] Refactor CUB migration rule and improve CUB APIs migrati…

SYCLomatic daily 2022-11-22

22 Nov 17:26
7390f65
Compare
Choose a tag to compare
Pre-release
20221122

[SYCLomatic] Refactor CUB migration rule and improve CUB APIs migrati…

SYCLomatic daily 2022-11-21

21 Nov 18:01
ea99b27
Compare
Choose a tag to compare
Pre-release
20221121

[SYCLomatic] Fix a bug that template parameters of explicit instantia…

SYCLomatic daily 2022-11-20

20 Nov 18:01
57a1c25
Compare
Choose a tag to compare
Pre-release
20221120

[SYCLomatic] Ensure wrappers are only generated under C language link…

SYCLomatic daily 2022-11-19

19 Nov 17:28
57a1c25
Compare
Choose a tag to compare
Pre-release
20221119

[SYCLomatic] Ensure wrappers are only generated under C language link…

SYCLomatic daily 2022-11-18

18 Nov 17:27
57a1c25
Compare
Choose a tag to compare
Pre-release
20221118

[SYCLomatic] Ensure wrappers are only generated under C language link…

SYCLomatic daily 2022-11-17

17 Nov 17:26
af325b6
Compare
Choose a tag to compare
Pre-release
[SYCLomatic] Refine migration of cudaMemGetInfo() (#228)

1. Add a new value "device_info" for option “--no-dpcpp-extensions" to guide migration of cudaMemGetInfo().
2. Add a new helper function get_memory_info() in helper file device.hpp  to get the number of bytes of free and total memory of the SYCL device

Signed-off-by: chenwei.sun <[email protected]>

SYCLomatic daily 2022-11-16

16 Nov 17:26
a0758d6
Compare
Choose a tag to compare
Pre-release
[SYCLomatic] Migrate cublasHandle_t to dpct::queue_ptr (#354)

Signed-off-by: Jiang, Zhiwei <[email protected]>