mirror of
				https://github.com/pytorch/pytorch.git
				synced 2025-10-30 19:54:53 +08:00 
			
		
		
		
	Update
[ghstack-poisoned]
This commit is contained in:
		| @ -174,7 +174,7 @@ static bool isInputCompliesAddmmCudaLt(Tensor& result, const Tensor& self, const | ||||
|     // Conditions for bias to be fusable | ||||
|     && ( | ||||
|       self.is_contiguous() && | ||||
|       // NOTE: fine to have 1-len dims to the left from the leading one | ||||
|       // NOTE: fine to have 1-len dims to the left from the right-most one | ||||
|       (self.dim() == 1 || self.squeeze().dim() == 1) && | ||||
|       self.sizes().back() == mat2_sizes[1] | ||||
|     ) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user