pytorch/torch/_subclasses
Edward Z. Yang 027ebca4d7 Don't use guardless contiguity/stride-like implementations (#95733)
These prevent us from simplifying tests involving unbacked SymInts,
and then you end up with unbacked SymInt in guards, which is bad.

Signed-off-by: Edward Z. Yang <ezyang@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/95733
Approved by: https://github.com/tugsbayasgalan
2023-03-03 21:56:41 +00:00
..
__init__.py
fake_tensor.py Don't use guardless contiguity/stride-like implementations (#95733) 2023-03-03 21:56:41 +00:00
fake_utils.py [MPS] Add group_norm[fwd+backward] and mean_var (take 2) (#91190) 2022-12-22 08:54:37 +00:00
meta_utils.py Fixes for PyTorch/XLA functionalization integration (#94537) 2023-03-02 23:02:34 +00:00