Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Do not use entire sycl/sycl.hpp in small tests (#17027)
Do not include entire `<sycl/sycl.hpp>` in `sycl/test/extensions/DeviceImageBackendContent/negative_test.cpp` Use more fine-grained includes instead. For E2E tests, this is a matter of performance, but in this case including all the SYCL headers can go as far as causing compilation issues in environments that require `c++20` but whose `gcc` does not fully implement `c++20` features.
- Loading branch information