Replies: 1 comment
-
At the same time, we may want to migrate our implementation from memref/affine to tensor/linalg dialects |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the MLIR Transform dialect becomes more mature, we plan to migrate our original facilities of decoupled customizations in the Allo/HCL dialect to this Transform dialect. Previously we had some attempts on this migration (see cornell-zhang/hcl-dialect#124), but this was later removed as it increased the maintenance cost. We may need a more systematic way to include this dialect and rewrite the passes inside LoopTransformations.cpp.
Beta Was this translation helpful? Give feedback.
All reactions