DPC++ daily 2022-09-09
Pre-release
Pre-release
·
128899 commits
to sycl
since this release
[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>