A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-1C7029C3-5BAF-4D01-80DE-88F634756FE9
Visible to Intel only — GUID: GUID-1C7029C3-5BAF-4D01-80DE-88F634756FE9
Specify Schedule FMAX Target for Kernels (-Xsclock=<clock target>)
The schedule fMAX target determines the pipelining effort the scheduler attempts during the scheduling process.
You can direct the Intel® oneAPI DPC++/C++ Compiler to globally compile all kernels with -Xsclock=<clock target in Hz/KHz/MHz/GHz or s/ms/us/ns/ps> option in the icpx command.
Example
icpx -fsycl -fintelfpga –Xshardware –Xsclock=375MHz source_file.cpp
The schedule target fMAX determines the pipelining effort during compilation. Compile to hardware to get the actual fMAX value.