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
Migrate the entire bufferization pipeline to one-shot bufferization (#1751)
**Context:**
This work is based on #1027.
Now that we have migrated all the individual dialects, we should migrate
the entire bufferization pipeline.
The `Quantum` dialect was migrated in
#1686 .
The `Catalyst` dialect was migrated in
#1708 .
The `Gradient` dialect was migrated in
#1740 .
See more context in #1027.
Upstream changes in llvm were required for this bufferization update. As
a result, the llvm version and mlir-hlo version were updated to
```
mhlo=25b008569f413d76cfa8f481f3a84e82b89c47f4
llvm=5f74671c85877e03622e8d308aee15ed73ccee7c
```
These are the versions tracked by jax 0.4.32.
These are the earliest jax-tagged versions with complete upstream
bufferization changes.
**Related GitHub Issues:**
[sc-71487]
---------
Co-authored-by: Tzung-Han Juang <[email protected]>
0 commit comments