Commit f4a4916
committed
Update on "[ET-VK][AOT] Define pass application order"
## Changes
The goal of this diff is to enforce a specific structure in how graph transform passes are applied during `vulkan_preprocess`. This will help make sure that certain passes are applied at the correct time, and that pre-requisite conditions for passes are fulfilled before they are applied.
See the comments in `vulkan_preprocess.py` for more details.
Differential Revision: [D65234843](https://our.internmc.facebook.com/intern/diff/D65234843/)
[ghstack-poisoned]1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments