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
The following IR fails to apply padding with the command: ./build/bin/mlir-proto-opt -linalg-interp-transforms /tmp/aaa.mlir -debug-only=transform-interpreter
Ok I ported all other cases and this was the only occurrence.
Upon digging deeper, it seems we had a Tile that did both peel and pad but one of them was ignored, I fixed that by dropping the peeling.
Not closing the issue as it provides an interesting repro for more lenient transformations, but this is not a blocker either.
The following IR fails to apply padding with the command:
./build/bin/mlir-proto-opt -linalg-interp-transforms /tmp/aaa.mlir -debug-only=transform-interpreter
This surfaced when trying to fix some of the older DoubleTile and TripleTile post padding.
The command that triggered this error is:
(source benchmarks/conv.sh; conv_1d_repro)
The text was updated successfully, but these errors were encountered: