Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Now that the connection exists, can we drop the placeholder that was needed to make sure compilation works?
Paths
| Differential D134722
[mlir][Vector] Vector transform skeleton ClosedPublic Authored by nicolasvasilache on Sep 27 2022, 2:01 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: zero9178, bzcheeseman, ThomasRaoux and 21 others. · View Herald Transcript Herald added subscribers: Moerafaat, jsetoain, hanchung. · View Herald TranscriptNov 25 2022, 1:15 AM Comment Actions Now that the connection exists, can we drop the placeholder that was needed to make sure compilation works? This revision is now accepted and ready to land.Nov 25 2022, 4:48 AM This revision was landed with ongoing or failed builds.Nov 25 2022, 4:52 AM Closed by commit rGc4ce8a40fa25: [mlir][Vector] Vector transform skeleton (authored by nicolasvasilache). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 477922 mlir/include/mlir/Dialect/Vector/CMakeLists.txt
mlir/include/mlir/Dialect/Vector/TransformOps/CMakeLists.txt
mlir/include/mlir/Dialect/Vector/TransformOps/VectorTransformOps.h
mlir/include/mlir/Dialect/Vector/TransformOps/VectorTransformOps.td
mlir/include/mlir/InitAllDialects.h
mlir/lib/Dialect/Vector/CMakeLists.txt
mlir/lib/Dialect/Vector/TransformOps/CMakeLists.txt
mlir/lib/Dialect/Vector/TransformOps/VectorTransformOps.cpp
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
|