pytorch/torch/_refs
Vishwa Raj Singh 35de780aa6 Fix Inplace tensor update on transpose (#104689)
Fixes #https://github.com/pytorch/pytorch/issues/103650

- To align with HPU device backend architecture.
   Ensure all non-view ops return contiguous fake tensor outputs.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/104689
Approved by: https://github.com/ezyang
2023-08-24 16:58:50 +00:00
..
linalg Replace _prims_common.check with torch._check* (#103240) 2023-06-21 00:46:17 +00:00
nn Decomp for aten.dropout (#106274) 2023-08-23 21:12:37 +00:00
special Replace _prims_common.check with torch._check* (#103240) 2023-06-21 00:46:17 +00:00
__init__.py Fix Inplace tensor update on transpose (#104689) 2023-08-24 16:58:50 +00:00
_conversions.py Replace _prims_common.check with torch._check* (#103240) 2023-06-21 00:46:17 +00:00
fft.py Replace _prims_common.check with torch._check* (#103240) 2023-06-21 00:46:17 +00:00