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
[SYCL] Prohibit usage of <sycl/sycl.hpp> in E2E tests (#13875)
Fine-grained includes should be used instead for the benefits of
compile-time. So far, the feature is still internal, customer code
should continue using standard header files only.
We can consider adding a Nightly workflow running E2E tests with extra
compilation flag `-include sycl/sycl.hpp` if people think that would be
important to have. I personally think that any potential discrepancies
between full `sycl.hpp` and individual includes can be caught in
compile-time and it should be enough to have tests in `sycl/test`.
0 commit comments