[Mlir-commits] [mlir] [mlir][Vector] NFC - Fix doc generation (PR #67007)

Cullen Rhodes llvmlistbot at llvm.org
Thu Sep 21 05:45:06 PDT 2023


c-rhodes wrote:

> I verified that `cat build/tools/mlir/docs/Dialects/Vector.md` now gets populated with the ops when using `cmake --target mlir-doc` but I am unclear if this is properly linked in the website.

Fix makes sense to me, Vector.md includes auto-generated VectorOps.md and the ops are being generated there again.

> 
> Does anyone know how to test that or are we essentially flying blind until we get it right ?

It's documented here https://github.com/llvm/mlir-www/blob/main/README.md but it's a bit of a process. 

https://github.com/llvm/llvm-project/pull/67007


More information about the Mlir-commits mailing list