Currently, one-shot-bufferize crashes as soon as there's
a mixture of tensor and non-tensor arguments. This seems
to happen for no good reason.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D133419
One-shot-bufferize: allow non-tensor arguments in scg.while/for. ClosedPublic Authored by jreiffers on Sep 7 2022, 5:36 AM.
Details Summary Currently, one-shot-bufferize crashes as soon as there's
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 7 2022, 6:32 AM Closed by commit rGfb9fc79809d5: One-shot-bufferize: allow non-tensor arguments in scg.while/for. (authored by jreiffers). · Explain WhySep 7 2022, 6:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 458432 mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp
mlir/test/Dialect/SCF/one-shot-bufferize.mlir
|