AI Engine-ML Intrinsics User Guide (v2025.2)
Loading...
Searching...
No Matches
Code annotations

Overview

Description of the optimizations performed by the compiler based on the annotations provided by the user.

Topics

 Loop annotations
 These annotations are used after the heading of the for or while loop. These are meant to customize the behavior of software pipelining.
 
 Loop transformations
 These annotations are used after heading of the for or while loop.
 
 Optimization annotations
 These annotations are used to guide the compiler on how to optimize the use of variables.
 
 Resource allocation annotations
 These annotations are used to interact with the register allocator.
 
 Scheduling annotations
 These annotations are used to interact with the scheduler.