This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NVVM] Add ldmatrix op to NVVM dialect
ClosedPublic

Authored by ThomasRaoux on Mar 9 2022, 5:23 PM.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Mar 9 2022, 5:23 PM
Herald added a project: Restricted Project. · View Herald Transcript
ThomasRaoux requested review of this revision.Mar 9 2022, 5:23 PM
antiagainst accepted this revision.Mar 10 2022, 4:36 AM
This revision is now accepted and ready to land.Mar 10 2022, 4:36 AM

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.

address review comments.

ThomasRaoux marked 4 inline comments as done.Mar 10 2022, 12:36 PM
This revision was landed with ongoing or failed builds.Mar 10 2022, 12:38 PM
This revision was automatically updated to reflect the committed changes.

address review comments.

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

address review comments.

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

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?

address review comments.

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

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?

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.