Kernel Stream Starve - 2023.2 English

Vitis Guidance Messaging (UG1315)

Document ID
UG1315
Release Date
2023-10-18
Version
2023.2 English

Description

Review excessive stream starve situations involving host to kernel stream dataflow.

Explanation

A stream starve situation indicates the consumer is ready to accept the data but the producer is not sending enough data to keep the consumer busy. This could be a potential issue in how the host code is architected.

Recommendation

Review your host application to ensure the data is being fed to the streaming kernel to make it busy as much as possible.