Visible to Intel only — GUID: zak1657207286897
Ixiasoft
1. FPGA AI Suite Compiler Reference Manual
2. About the FPGA AI Suite Compiler
3. FPGA AI Suite Compiler Use Modes
4. FPGA AI Suite Compiler Command Line Options
5. Compiler Inputs and Outputs
A. FPGA AI Suite Compiler Reference Manual Archives
B. FPGA AI Suite Compiler Reference Manual Document Revision History
4.1. Inputs (dla_compiler Command Options)
4.2. Outputs (dla_compiler Command Options)
4.3. Reporting (dla_compiler Command Options)
4.4. Compilation Options (dla_compiler Command Options)
4.5. Architecture Options (dla_compiler Command Options)
4.6. Architecture Optimizer Options (dla_compiler Command Options)
4.7. Analyzer Tool Options (dla_compiler Command Options)
4.8. Miscellaneous Options (dla_compiler Command Options)
Visible to Intel only — GUID: zak1657207286897
Ixiasoft
4.7. Analyzer Tool Options (dla_compiler Command Options)
--fanalyze-performance Option
- Syntax
- --fanalyze-performance
- Description
-
When this option is set, the compiler estimates the performance of the given graph on the specified architecture. The performance report provides the estimated kernel throughput for each network graph provided.
The compiler also estimates the average memory bandwidth and the memory requirements. The estimated memory requirement is typically an underestimate because it excludes the effects of memory fragmentation.
An example performance report is as follows:Graph reported throughput: 12.345678
- Parsed As
- (bool)
--fdump-performance-report Option
- Syntax
- --fdump-performance-report=<dump_performance>
- Description
-
Optional output file for the performance estimate.
This option also enables the --fanalyze-performance option.
- Parsed As
- (string)
--fanalyze-area Option
- Syntax
- --fanalyze-area
- Description
- Set this option to have the compiler estimate the area of the specified architecture.
- Parsed As
- (bool)
--fdump-area-report Option
- Syntax
- --fdump-area-report=<dump_area>
- Description
-
Optional output file for the area estimate.
This option also enables the --fanalyze-area option.
- Parsed As
- (string)
--fdisplay-device Option
- Syntax
- --fdisplay-device
- Description
- The option enables displaying the device (for example, CPU or FPGA) for each subgraph for all networks.
- Parsed As
- (bool)