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;
}
...