Independent Cores - Independent Cores - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-03-27
Version
2025.2 English

The kernels in the AI Engine graph for aiesynth_graph must be configured to be independent, with runtime ratios set to >= 0.6 so that each can run independently of the other.

...
for(int i = 0; i < 8; i++) {
            adf::runtime<ratio>(sg_0_0_kernels[i]) = 0.9;
         }
...