DPC++ daily 2021-06-30
Pre-release
Pre-release
bb-sycl
released this
30 Jun 16:36
·
136226 commits
to sycl
since this release
[SYCL] Switch to using integration footer by default (#3777) Added spec_constant_integration.hpp header file, which is included from integration footer. Added get_spec_constant_symbolic_ID_wrapper which in combination with spec_constant_integration.hpp allows us to avoid exploiting a UB related to instantiating a template before we have seen all its specializations. Replaced -fsycl-use-footer compiler flag with -fno-sycl-use-footer flag with the opposite semantics.