Skip to content

DPC++ daily 2022-09-09

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 09 Sep 16:20
· 128899 commits to sycl since this release
b81f9df
[SYCL][NFC] Add SYCLPropagateAspectsUsage pass (#6670)

Added a pass which is a part of optional kernel features design: it uses
information provided by FE & Headers about aspects used in device code
to propagate it through the call graph to mark all kernels and functions
with list of aspects they use.

Co-authored-by: Maksim Sabianin <maksim.sabianin@intel.com>