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][RTC] Clarify and test handling of include paths (#17307)
Multiple changes related to the handling of `#include`'s in RTC:
- Fix a bug in how the in-memory pipeline rendered joined arguments
- Add "current working directory" and "directories specified via `-I` in
`build_options`" to the locations that extension will look for header
files, and clarifiy search order, in the specification. This change is
meant to establish clang's usual include behavior.
- Add an extensive E2E test for include handling
- Check if filename is not present in `include_files::add` to match
specification
- Add missing constructors and `add` method to `include_files` and
`build_properties` to match specification
---------
Signed-off-by: Julian Oppermann <[email protected]>
Co-authored-by: John Pennycook <[email protected]>
0 commit comments