mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 15:53:13 +08:00
- For calculating number of threads per workgroup, for SIMD 1, return local work size (each software thread should be mapped into a whole hardware thread). - Correct logic of calculating space for per thread data for SIMD 1. - Minor: unit tests refactor. - Corrected naming. Related-To: NEO-8261 Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>