Developer Guide

FPGA Optimization Guide for Intel® oneAPI Toolkits

ID 767853
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

FPGA Extensions

The following table summarizes FPGA extensions supported:

FPGA Extensions

FPGA Extension

Description

Example

ext::intel::fpga_reg()

Helps the compiler infer at least one pipelining register in the datapath.

#include <sycl/ext/intel/fpga_extensions.hpp>
r[k] = ext::intel::fpga_reg(a[k]) + b[k];