File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
src/plugins/intel_gpu/src/graph Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -746,9 +746,9 @@ const std::vector<primitive_id>& program::get_allocating_order(bool forced_updat
746746                    if  (lhs_layout.is_dynamic ())
747747                        return  false ;
748748
749- 					 //  this condition affects the allocation order and might cause regression
750- 					 //  this is not real cause of the issue - it will be investigated further, but we can comment
751- 					 //  it now and see if that brings back the initial accuracy numbers.
749+                      //  this condition affects the allocation order and might cause regression
750+                      //  this is not real cause of the issue - it will be investigated further, but we can comment
751+                      //  it now and see if that brings back the initial accuracy numbers.
752752                    /* if (lhs_layout.bytes_count() == rhs_layout.bytes_count()) {
753753                        return lhs->get_unique_id() < rhs->get_unique_id(); 
754754                    }*/  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments