Programmable Logic RAM (PLRAM) Usage - 2023.2 English

Vitis Guidance Messaging (UG1315)

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

Description

This rule checks that the sum of the local work sizes is equal to the global work size for every enqueued kernel.

Explanation

This is a sanity check with respect to kernel execution for OpenCLâ„¢ . It ensures that all workloads are fully computed given the compute resources available.

Recommendation

If this rule is violated, ensure that the run completes and that the board did not lose power.