Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please add a commit summary.
mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td | ||
---|---|---|
654 | 16-bit matrices | |
mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp | ||
67 | Doc comment here. | |
mlir/test/Dialect/LLVMIR/nvvm.mlir | ||
108 | CHECK-LABEL here to prevent overrun matches. | |
mlir/test/Target/LLVMIR/nvvmir.mlir | ||
179 | Likewise. |
Comment Actions
Looks like this still got committed with an empty summary:
commit 2f33f11428c1832a413d5ca617948ac5cc397385 Author: Thomas Raoux <thomasraoux@google.com> Date: Thu Mar 10 01:21:07 2022 +0000 [mlir][NVVM] Add ldmatrix op to NVVM dialect Differential Revision: https://reviews.llvm.org/D121347
Comment Actions
ah I missed this comment. There isn't much details to add in addition to the commit title. What kind of summary did you have in mind?
Comment Actions
Pretty much a 2-3 line summary/rationale on this op (from the description you already have in the doc file) even if it appears obvious to you. It's better to not leave it with the title IMO.
16-bit matrices