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 basically ensures that all workloads are fully computed given the compute resources available.