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
This patch is a collection of various cleanups made in public headers:
- Cleaned up many unnecessary includes. It doesn't change total amount
of header files we use in total by `sycl.hpp`, but makes our code
cleaner
- Made it so there are no headers (except for
`backend/%backend_name%.hpp`) depend on `backend.hpp` and it is (almost)
only included by `sycl.hpp`, so that we can make it an opt-in header
- Removed `types.hpp` in favor of direct use of `vector.hpp`
- Added missing includes and forward-declarations to places where we
relied on implicit includes
- Moved certain helper function declarations/definitions to better
places (common utils to utils headers, library-only declarations to
library headers, etc.)
0 commit comments