mlir-www icon indicating copy to clipboard operation
mlir-www copied to clipboard

Dialects section bug for alignment of "PDLExtensionOps" on mlir page.

Open Sameeranjoshi opened this issue 2 years ago • 2 comments

Attaching image of the issue I stumbled upon luckily when my mouse pointer was idle, There seems to be a hidden link for "PDLExtensionOps" before the "acc" Dialect. When right clicked it opens this page - > https://mlir.llvm.org/docs/Dialects/PDLExtensionOps/

bug

Sameeranjoshi avatar May 28 '23 00:05 Sameeranjoshi

I tried to verify with firefox and chrome, same issue.

Sameeranjoshi avatar May 28 '23 00:05 Sameeranjoshi

If you want to debug this, run ninja mlir-doc and look into why tools/mlir/docs/Dialects/PDLExtensionOps.md does not generate the same header as the other dialects in the same directory (It's table-gen generated)

joker-eph avatar May 28 '23 03:05 joker-eph