Skip to content

DPC++ daily 2022-08-04

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 04 Aug 16:24
· 129655 commits to sycl since this release
6fe90d2
[SYCL][FPGA] Remove support for intel::fpga_pipeline attribute (#6519)

Support for new FPGA attribute called [[intel::fpga_pipeline(N)]]
on https://github.com/intel/llvm/pull/6254 is no longer needed.

This patch removes the support from frontend.

Signed-off-by: Soumi Manna <soumi.manna@intel.com>