File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6506,6 +6506,7 @@ namespace IGC
6506
6506
if (jitInfo->isSpill == true )
6507
6507
{
6508
6508
pOutput->m_scratchSpaceUsedBySpills = jitInfo->spillMemUsed ;
6509
+ pOutput->m_numGRFSpillFill = jitInfo->numGRFSpillFill ;
6509
6510
}
6510
6511
6511
6512
pOutput->setScratchSpaceUsedByShader (m_program->m_ScratchSpaceSize );
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ namespace IGC
138
138
bool m_SeparatingSpillAndPrivateScratchMemorySpace = false ;
139
139
unsigned int m_scratchSpaceSizeLimit = 0 ;
140
140
unsigned int m_numGRFTotal = 128 ;
141
+ unsigned int m_numGRFSpillFill = 0 ;
141
142
using NamedVISAAsm = std::pair<std::string, std::string>; // Pair of name for the section (1st elem) and VISA asm text (2nd elem).
142
143
std::vector<NamedVISAAsm> m_VISAAsm;
143
144
You can’t perform that action at this time.
0 commit comments