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
When testing python.examples.conv.conv_2d_bench, I got an error with DoubleTiling methods: error: replacement operation is already associated with another key, while the runs with SingleTiling methods succeeded.
From the stack trace, I think the problems is in "linalg-interp-transforms" pass and can reproduce it with the following IR dump:
Run: mlir-proto-opt -linalg-interp-transforms tmp.mlir with the tmp.mlir below:
When testing
python.examples.conv.conv_2d_bench
, I got an error with DoubleTiling methods:error: replacement operation is already associated with another key
, while the runs with SingleTiling methods succeeded.From the stack trace, I think the problems is in "linalg-interp-transforms" pass and can reproduce it with the following IR dump:
Run:
mlir-proto-opt -linalg-interp-transforms tmp.mlir
with thetmp.mlir
below:Error message:
The text was updated successfully, but these errors were encountered: