Skip to content

DPC++ daily 2022-05-05

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 05 May 16:19
· 140000 commits to sycl since this release
ac6a4f5
[SYCL] Fix properties include dependency in fpga extensions (#6101)

* [SYCL] Fix include dependency in fpga_lsu.hpp and pipes.hpp

fpga_lsu.hpp/pipes.hpp uses the compile-time properties extension but does not
include the corresponding header file. This issue only shows up when
the fpga extension header (or fpga_lsu.hpp directly) is included before
sycl.hpp. These changes resolve the include dependency.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>