Skip to content

Commit

Permalink
[mlir] Fix generation of AVX512 dialect documentation
Browse files Browse the repository at this point in the history
This changes adjusts the documentation generation for the AVX512 dialect. The machanism to generate documentation was changed with llvm@1a083f0.

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D87460
  • Loading branch information
marbre committed Sep 11, 2020
1 parent b8ea47a commit a68673c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mlir/include/mlir/Dialect/AVX512/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
add_mlir_dialect(AVX512 avx512 AVX512)
add_mlir_dialect(AVX512 avx512)
add_mlir_doc(AVX512 -gen-op-doc AVX512 Dialects/)

0 comments on commit a68673c

Please sign in to comment.