Developer Guide

FPGA Optimization Guide for Intel® oneAPI Toolkits

ID 767853
Date 3/31/2023
Public

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

Document Table of Contents

Optimize Your Design

This chapter describes features and provides guidance on leveraging the functionalities of SYCL to optimize your designs.

In general, the methods you use to improve the performance of your kernels should achieve the following results:

  • Increase the number of parallel operations.
  • Increase the memory bandwidth of the implementation.
  • Increase the number of operations per clock cycle that kernels can perform in hardware.