[Mlir-commits] [mlir] [mlir][amdgpu][docs] Add op examples to dialect docs (PR #146848)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jul 3 09:38:35 PDT 2025
================
@@ -106,6 +106,15 @@ def AMDGPU_ExtPackedFp8Op :
If the passed-in vector has fewer than four elements, or the input is scalar,
the remaining values in the <4 x i8> will be filled with
undefined values as needed.
+ #### Example
----------------
zhy-tju wrote:
Hi @kuhar,
Thank you for catching this! I really appreciate you taking the time to review. I've now updated all the examples by adding a blank line before each `#### Example` heading as suggested.
Thanks again for your guidance! 🙏
https://github.com/llvm/llvm-project/pull/146848
More information about the Mlir-commits
mailing list