You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider shader private memory when calculating scratch offset for gtpin
Scratch memory is used by IGC to store private data and by VISA to store spill/fill. gtpin may require scratch space to store temporaries. gtpin can start using scratch space only beyond what's used as private+spill/fill memory. When reporting out scratch space start offset to gtpin, we need to add private memory size and spill/fill size.
0 commit comments