Skip to content

Releases: oneapi-src/SYCLomatic

SYCLomatic daily 2024-12-10

10 Dec 17:23
e3aa36f
Compare
Choose a tag to compare
Pre-release
20241210

[SYCLomatic] Support migration for some load/store functions using ca…

SYCLomatic daily 2024-12-09

09 Dec 17:17
f84e179
Compare
Choose a tag to compare
Pre-release
20241209

[SYCLomatic] Support the migration of enum CUBLASLT_EPILOGUE_BGRADB (…

SYCLomatic daily 2024-12-08

08 Dec 17:18
efee38d
Compare
Choose a tag to compare
Pre-release
20241208

[SYCLomaitc][PyTorch][Bug] Fix user_defined_rule_pytorch.yaml rule co…

SYCLomatic daily 2024-12-07

07 Dec 17:17
efee38d
Compare
Choose a tag to compare
Pre-release
20241207

[SYCLomaitc][PyTorch][Bug] Fix user_defined_rule_pytorch.yaml rule co…

SYCLomatic daily 2024-12-06

06 Dec 17:20
efee38d
Compare
Choose a tag to compare
Pre-release
20241206

[SYCLomaitc][PyTorch][Bug] Fix user_defined_rule_pytorch.yaml rule co…

SYCLomatic daily 2024-12-05

05 Dec 17:20
9bea475
Compare
Choose a tag to compare
Pre-release
[SYCLomatic] Fix the <cmath> header file not found issue (#2536)


On ubuntu, when the user installs the gcc package by "apt install
gcc-<version>" and not installed the libstdc++ package, the clang will
search the /usr/lib/gcc/x86_64-linux-gnu to get the latest GCC version
as default one. The PR will compare all the candidates and use the gcc
and libstdc++, all installed versions.


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

SYCLomatic daily 2024-12-04

04 Dec 17:20
1782388
Compare
Choose a tag to compare
Pre-release
20241204

[SYCLomatic][BUG fix]Bug fixes for Python script migration (#2530)

SYCLomatic daily 2024-12-03

03 Dec 17:17
da6345c
Compare
Choose a tag to compare
Pre-release
20241203

[SYCLomatic] Fix lit test cmp-cmds-linker-entry-src-files run failed …

SYCLomatic daily 2024-12-02

02 Dec 17:43
da6345c
Compare
Choose a tag to compare
Pre-release
20241202

[SYCLomatic] Fix lit test cmp-cmds-linker-entry-src-files run failed …

SYCLomatic daily 2024-12-01

01 Dec 17:17
8a5563b
Compare
Choose a tag to compare
Pre-release
20241201

[SYCLomatic][CMake] Add rule to migrate cuda_compile without libtype …