-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid use of "std::filesystem" #547
Comments
Resolves: oneapi-src#547 Signed-off-by: Jaime Arteaga <[email protected]>
@pbalcer : will you add testing with older gcc? |
We certainly want to expand the scope of testing we currently do, which includes having more OSes. See #457. This work is currently blocked by the need for our own infrastructure where we can run custom OS images. Using containers on GHA would not be sufficient. However, none of the officially supported distros ship with a compiler this old. SYCL itself also says that it requires |
intel/llvm is now requiring C++17 and UR follows this requirement. GCC 4.7.5 definitely does not support C++17 so I'm not sure how intel/llvm could be getting compiled with it. In the first RHEL 7 bug report we got, the compiler toolchain in use was GCC 7.x even though the default toolchain in that distro is GCC 4.7.5. So it feels to me like that is the actual minimum bar for GCC toolchain support. |
This should be just "filesystem" not "std::filesystem":
unified-runtime/source/common/logger/ur_sinks.hpp
Line 172 in a6083f5
Also testing with gcc 4.7.5 is needed, as it is used by some of dependecies
The text was updated successfully, but these errors were encountered: