File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -1542,25 +1542,11 @@ CGenSystemInstructionKernelProgram* CGenSystemInstructionKernelProgram::Create(
1542
1542
case IGFX_XE3_CORE:
1543
1543
if (mode & SYSTEM_THREAD_MODE_DEBUG)
1544
1544
{
1545
- switch (platform.getPlatformInfo ().eProductFamily )
1546
- {
1547
- case IGFX_PTL:
1548
- SIPIndex = XE3G_DEBUG_BINDLESS;
1549
- break ;
1550
- default :
1551
- IGC_ASSERT (false );
1552
- }
1545
+ SIPIndex = XE3G_DEBUG_BINDLESS;
1553
1546
}
1554
1547
else if (mode & SYSTEM_THREAD_MODE_CSR)
1555
1548
{
1556
- switch (platform.getPlatformInfo ().eProductFamily )
1557
- {
1558
- case IGFX_PTL:
1559
- SIPIndex = XE3_CSR_DEBUG_BINDLESS;
1560
- break ;
1561
- default :
1562
- IGC_ASSERT (false );
1563
- }
1549
+ SIPIndex = XE3_CSR_DEBUG_BINDLESS;
1564
1550
}
1565
1551
break ;
1566
1552
You can’t perform that action at this time.
0 commit comments