[all-commits] [llvm/llvm-project] cde2dc: [mlir] Fix linalg.generic matmul example in the doc

Jakub Lichman via All-commits all-commits at lists.llvm.org
Mon Jun 22 04:25:01 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cde2dc2fa6ca9f34a550acebac7eb81d46e62a60
      https://github.com/llvm/llvm-project/commit/cde2dc2fa6ca9f34a550acebac7eb81d46e62a60
  Author: Jakub Lichman <limo at google.com>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td

  Log Message:
  -----------
  [mlir] Fix linalg.generic matmul example in the doc

Example of Matmul implementation in linalg.generic operation contained few mistakes that can puzzle new startes when trying to run the example.

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




More information about the All-commits mailing list