[all-commits] [llvm/llvm-project] b762bb: [MLIR] change NVVM.mma.sync to the most useful var...

Tim Shen via All-commits all-commits at lists.llvm.org
Tue Feb 18 17:58:14 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b762bbd4c86806095a11dbe4d594059bd3fd5bc5
      https://github.com/llvm/llvm-project/commit/b762bbd4c86806095a11dbe4d594059bd3fd5bc5
  Author: Tim Shen <timshen at google.com>
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
    M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
    M mlir/test/Dialect/LLVMIR/invalid.mlir
    M mlir/test/Dialect/LLVMIR/nvvm.mlir
    M mlir/test/Target/nvvmir.mlir

  Log Message:
  -----------
  [MLIR] change NVVM.mma.sync to the most useful variant.

Summary:
the .row.col variant turns out to be the popular one, contrary to what I
thought as .row.row. Since .row.col is so prevailing (as I inspect
cuDNN's behavior), I'm going to remove the .row.row support here, which
makes the patch a little bit easier.

Reviewers: ftynse

Subscribers: jholewinski, bixia, sanjoy.google, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D74655




More information about the All-commits mailing list