You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of warnings related to his deprecated header in place of sycl/sycl.hpp which eventually leads to an error. Forces us to include -DCMAKE_CXX_FLAGS="-Wno-error"
From: oneAPI 2025.0, Compiler Release 2025.0,Deprecation Warning: A warning has been added for the use of the deprecated <CL/sycl.hpp> header.
The text was updated successfully, but these errors were encountered:
Summary
There are a lot of warnings related to his deprecated header in place of
sycl/sycl.hpp
which eventually leads to an error. Forces us to include-DCMAKE_CXX_FLAGS="-Wno-error"
From: oneAPI 2025.0, Compiler Release 2025.0,Deprecation Warning: A warning has been added for the use of the deprecated <CL/sycl.hpp> header.
The text was updated successfully, but these errors were encountered: