mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
This commit fixes generating localIDs in zebin. With thix fix, Emit Local in compute walker will be set accordingly with the size of local_id argtype (currently, Emit Local is set to Emit None, which prevents generating local IDs). Related-To: NEO-6089 Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>