Releases: oneapi-src/SYCLomatic
Releases · oneapi-src/SYCLomatic
SYCLomatic daily 2024-12-05
[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
20241204 [SYCLomatic][BUG fix]Bug fixes for Python script migration (#2530)
SYCLomatic daily 2024-12-03
20241203 [SYCLomatic] Fix lit test cmp-cmds-linker-entry-src-files run failed …
SYCLomatic daily 2024-12-02
20241202 [SYCLomatic] Fix lit test cmp-cmds-linker-entry-src-files run failed …
SYCLomatic daily 2024-12-01
20241201 [SYCLomatic][CMake] Add rule to migrate cuda_compile without libtype …
SYCLomatic daily 2024-11-30
20241130 [SYCLomatic][CMake] Add rule to migrate cuda_compile without libtype …
SYCLomatic daily 2024-11-29
20241129 [SYCLomatic][CMake] Add rule to migrate cuda_compile without libtype …
SYCLomatic daily 2024-11-28
20241128 [SYCLomatic] Refine the "has_capability_or_fail" usage in the migrate…
SYCLomatic daily 2024-11-27
20241127 [SYCLomatic] Fix the local_accessor type when it is a template argume…
SYCLomatic daily 2024-11-26
[SYCLomatic][Coverity] Fix converity issues (#2507) Signed-off-by: Ziran Zhang <[email protected]>