Skip to content

Commit

Permalink
[mlir][Vector] NFC - Fix doc generation (#67007)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasvasilache authored Sep 21, 2023
1 parent 32e15ae commit 3b0f812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/include/mlir/Dialect/Vector/IR/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_mlir_dialect(Vector vector)
add_mlir_doc(Vector Vector Dialects/ -gen-op-doc -dialect=vector)
add_mlir_doc(VectorOps Vector Dialects/ -gen-op-doc)

# Add Vector operations
set(LLVM_TARGET_DEFINITIONS VectorOps.td)
Expand Down

0 comments on commit 3b0f812

Please sign in to comment.