Skip to content

SYCLomatic daily 2024-12-05

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 05 Dec 17:20
· 61 commits to SYCLomatic since this release
9bea475
[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]>