csarofeen / pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration
http://pytorch.org
Other
26 stars 7 forks source link

Disable FusionPersistentNormLocalShared #2528

Closed naoyam closed 1 year ago

naoyam commented 1 year ago

Disable a test that is failing due to a recent fix of alias analysis, #2490. Needs a better analysis to recover lost reuse opportunities.

https://github.com/csarofeen/pytorch/pull/2490/files#r1120434193

Related issue: #2529