[Mlir-commits] [mlir] a68673c - [mlir] Fix generation of AVX512 dialect documentation

Marius Brehler llvmlistbot at llvm.org
Fri Sep 11 01:10:41 PDT 2020


Author: Marius Brehler
Date: 2020-09-11T10:10:26+02:00
New Revision: a68673cc067a190f5a9d0f0e3e4837601caf4504

URL: https://github.com/llvm/llvm-project/commit/a68673cc067a190f5a9d0f0e3e4837601caf4504
DIFF: https://github.com/llvm/llvm-project/commit/a68673cc067a190f5a9d0f0e3e4837601caf4504.diff

LOG: [mlir] Fix generation of AVX512 dialect documentation

This changes adjusts the documentation generation for the AVX512 dialect. The machanism to generate documentation was changed with https://github.com/llvm/llvm-project/commit/1a083f027f33f4014247df4c0e757e23d5cdab64.

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D87460

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/AVX512/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/AVX512/CMakeLists.txt b/mlir/include/mlir/Dialect/AVX512/CMakeLists.txt
index bc57372689b2..3c14238be1bb 100644
--- a/mlir/include/mlir/Dialect/AVX512/CMakeLists.txt
+++ b/mlir/include/mlir/Dialect/AVX512/CMakeLists.txt
@@ -1 +1,2 @@
-add_mlir_dialect(AVX512 avx512 AVX512)
+add_mlir_dialect(AVX512 avx512)
+add_mlir_doc(AVX512 -gen-op-doc AVX512 Dialects/)


        


More information about the Mlir-commits mailing list