File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -385,13 +385,13 @@ void populateSIPKernelInfo(const IGC::CPlatform &platform,
385
385
sysInfo.ThreadCount / (sysInfo.MaxEuPerSubSlice * sysInfo.MaxSubSlicesSupported * sysInfo.MaxSlicesSupported );
386
386
387
387
if (sizeof (StateSaveAreaHeader) % 16 )
388
- Gen12LPSIPCSRDebugBindlessDebugHeader.regHeader .state_area_offset =
389
- 16 - sizeof (StateSaveAreaHeader) % 16 ;
388
+ Gen12LPSIPCSRDebugBindlessDebugHeader.regHeader .state_area_offset =
389
+ 16 - sizeof (StateSaveAreaHeader) % 16 ;
390
390
391
391
// Match SIP alignment of debug surface
392
392
IGC_ASSERT_MESSAGE (((Gen12LPSIPCSRDebugBindlessDebugHeader.regHeader .state_area_offset +
393
- Gen12LPSIPCSRDebugBindlessDebugHeader.versionHeader .size * 8 ) / 16 == 0x14 ),
394
- " Gen12 Bindless SIP header size alignment mismatch." );
393
+ Gen12LPSIPCSRDebugBindlessDebugHeader.versionHeader .size * 8 ) / 16 == 0x14 ),
394
+ " Gen12 Bindless SIP header size alignment mismatch." );
395
395
396
396
}
397
397
@@ -495,7 +495,7 @@ CGenSystemInstructionKernelProgram* CGenSystemInstructionKernelProgram::Create(
495
495
case IGFX_DG1:
496
496
case IGFX_ROCKETLAKE:
497
497
case IGFX_ALDERLAKE_S:
498
- SIPIndex = bindlessMode ? GEN12_LP_CSR_DEBUG_BINDLESS : GEN12_LP_CSR_DEBUG;
498
+ SIPIndex = bindlessMode ? GEN12_LP_CSR_DEBUG_BINDLESS : GEN12_LP_CSR_DEBUG;
499
499
break ;
500
500
501
501
You can’t perform that action at this time.
0 commit comments