mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Grab bag of additions to alias annotations that were useful when writing the alias analysis pass. Not very organized since these were mostly split off from that PR. - Switch alias sets to actual sets, since we will want to union them. - Correctly parse alias set unions `a|b`, and correctly parse wildcards - Move writes into `AliasInfo`, which cleans up some code that was passing a `writes` vector everywhere and simplifies tracking aliased writes during analysis. - Change Tensor list extraction ops to return wildcard tensors. Pull Request resolved: https://github.com/pytorch/pytorch/pull/13632 Differential Revision: D13088038 Pulled By: suo fbshipit-source-id: 49dc5d0e9cd4895427fea3a87b0ec325bd5fe437 |
||
|---|---|---|
| .. | ||
| api | ||
| common | ||
| jit | ||