mirror of
				https://github.com/intel/intel-graphics-compiler.git
				synced 2025-10-30 08:18:26 +08:00 
			
		
		
		
	Revert: "[IGC vISA] Enable barrier workaround by default at O0. 3rd try. (#203132)"
---------------------------
This commit is contained in:
		 Bodrova, Anastasia
					Bodrova, Anastasia
				
			
				
					committed by
					
						 igcbot
						igcbot
					
				
			
			
				
	
			
			
			 igcbot
						igcbot
					
				
			
						parent
						
							4d5fe30221
						
					
				
				
					commit
					ae49991a75
				
			| @ -815,7 +815,7 @@ bool needBothAcc(G4_Operand *opnd) const { | ||||
| } | ||||
|  | ||||
| bool needBarrierWA() const { | ||||
|   return ((getOption(vISA_enableBarrierWA) || getOption(vISA_Debug)) && | ||||
|   return (getOption(vISA_enableBarrierWA) && | ||||
|       (getPlatform() == Xe_XeHPSDV || getPlatform() == Xe_PVC || | ||||
|       getPlatform() == Xe_PVCXT || getPlatform() == Xe_DG2 || | ||||
|       getPlatform() == Xe_MTL)); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user