You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exclude EPContext Op from Common Subexpression Elimination graph optimization (microsoft#25296)
In the context of a model containing EPContext nodes, it's highly
unlikely that two EPContext nodes will produce the same results.
Furthermore, the EquivalenceClass constructor includes the node and all
its attributes in the hash calculation, which can be particularly
time-consuming when the "ep_cache_context" attribute contains a large
binary blob.
Therefore, we exclude EPContext op from CSE.
0 commit comments