[all-commits] [llvm/llvm-project] 941fec: Standardize `linalg.generic` on `args_in`/`args_ou...

Aden Grue via All-commits all-commits at lists.llvm.org
Wed Jul 15 21:06:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 941fecc536f83523a919bcf62aa4ec57b2578b0b
      https://github.com/llvm/llvm-project/commit/941fecc536f83523a919bcf62aa4ec57b2578b0b
  Author: Aden Grue <agrue at google.com>
  Date:   2020-07-16 (Thu, 16 Jul 2020)

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

  Log Message:
  -----------
  Standardize `linalg.generic` on `args_in`/`args_out` instead of `inputCount`/`outputCount`

 This also fixes the outdated use of `n_views` in the documentation.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list