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.