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(
15421542    case  IGFX_XE3_CORE:
15431543        if  (mode & SYSTEM_THREAD_MODE_DEBUG)
15441544        {
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;
15531546        }
15541547        else  if (mode & SYSTEM_THREAD_MODE_CSR)
15551548        {
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;
15641550        }
15651551        break ;
15661552
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments