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
(1) Fold reshape ops with hal.tensor.barrier and don't bubble reshapes used by hal.tensor.export ops. If the inputs/outputs contain unit dims, they will get propagated throughout the program. For example:
We want to be able to fuse https://gist.github.com/Groverkss/36503c2f3163a23b2136c81170c9143c but there are several reshape problems blocking this.
hal.tensor.barrier
and don't bubble reshapes used byhal.tensor.export
ops. If the inputs/outputs contain unit dims, they will get propagated throughout the program. For example:collapse(expand)
unit dims #19357 (it also contains some examples).@MaheshRavishankar @Groverkss
The text was updated successfully, but these errors were encountered: