-
Notifications
You must be signed in to change notification settings - Fork 12.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mlir][Transform] Provide a minimal set of utils that allow implementing a simple transform dialect interpreter pass #68330
[mlir][Transform] Provide a minimal set of utils that allow implementing a simple transform dialect interpreter pass #68330
Conversation
✅ With the latest revision this PR passed the C/C++ code formatter. |
87a63e8
to
94553f9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we update InterpreterPassBase to use these and avoid duplication?
mlir/include/mlir/Dialect/Transform/Transforms/TransformInterpreterUtils.h
Outdated
Show resolved
Hide resolved
mlir/include/mlir/Dialect/Transform/Transforms/TransformInterpreterUtils.h
Outdated
Show resolved
Hide resolved
mlir/include/mlir/Dialect/Transform/Transforms/TransformInterpreterUtils.h
Outdated
Show resolved
Hide resolved
mlir/lib/Dialect/Transform/Transforms/TransformInterpreterUtils.cpp
Outdated
Show resolved
Hide resolved
mlir/lib/Dialect/Transform/Transforms/TransformInterpreterUtils.cpp
Outdated
Show resolved
Hide resolved
mlir/include/mlir/Dialect/Transform/Transforms/TransformInterpreterUtils.h
Outdated
Show resolved
Hide resolved
mlir/lib/Dialect/Transform/Transforms/TransformInterpreterUtils.cpp
Outdated
Show resolved
Hide resolved
4aa18c7
to
3ed8d51
Compare
Discussed this offline, it seems quite simpler to start a new interpreter pass takes advantage of more recent |
3ed8d51
to
45731c5
Compare
mlir/lib/Dialect/Transform/Transforms/TransformInterpreterUtils.cpp
Outdated
Show resolved
Hide resolved
mlir/lib/Dialect/Transform/Transforms/TransformInterpreterUtils.cpp
Outdated
Show resolved
Hide resolved
mlir/lib/Dialect/Transform/Transforms/TransformInterpreterUtils.cpp
Outdated
Show resolved
Hide resolved
46621a3
to
883b4d1
Compare
…ing a simple transform dialect interpreter pass
883b4d1
to
cdfa540
Compare
No description provided.