This is an archive of the discontinued LLVM Phabricator instance.

[mlir][transform][python] Add AnyValueType to bindings.
ClosedPublic

Authored by ingomueller-net on Aug 10 2023, 11:19 AM.

Details

Summary

This patch adds the MLIR C bindings and the corresponding Python bindings of the AnyValueType of the transform dialect.

Diff Detail

Event Timeline

ingomueller-net requested review of this revision.Aug 10 2023, 11:19 AM
Herald added a project: Restricted Project. · View Herald Transcript
  • Rebasing onto current main to fix CI.
springerm added inline comments.Aug 11 2023, 1:45 AM
mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
1073–1074 ↗(On Diff #549278)

why has this changed?

  • Removing spurious change introduced by accident. (Thanks @springerm!)
springerm accepted this revision.Aug 11 2023, 1:57 AM
This revision is now accepted and ready to land.Aug 11 2023, 1:57 AM