-
Notifications
You must be signed in to change notification settings - Fork 724
Commit bff7bbf
ssjia
Update base for Update on "[ET-VK][ez] Constrain out repsets individually"
Address the TODO comment in the `tag_memory_meta_pass.py` graph pass.
```
# TODO(ssjia): For most ops, inputs and outputs must be synchronized, so there
# is no need to constrain output repsets explicitly. Currently, the exceptions
# (i.e. choose qparams) already define constrined repsets for the output, so
# there is again no need to explicitly constrain the outputs. If an operator
# appears later on that does not sync input and output representations, and
# defines ambiguous repsets for the output tensor(s), then we will need to add
# additional logic to this function to constrain the output repsets separately
# from the input repsets.
```
This condition is now fulfilled with the below diff.
Differential Revision: [D86674164](https://our.internmc.facebook.com/intern/diff/D86674164/)
[ghstack-poisoned]1 parent f6ae475 commit bff7bbfCopy full SHA for bff7bbf
File tree
Expand file treeCollapse file tree
0 file changed
+0
-0
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
0 file changed
+0
-0
lines changedOpen diff view settings
0 commit comments