[all-commits] [llvm/llvm-project] aabc3c: [mlir] [VectorOps] fixed minor typos in vector ops...

Aart Bik via All-commits all-commits at lists.llvm.org
Thu Jan 23 15:33:50 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: aabc3c59e131aa09c755d81fc1716d1d4833d52c
      https://github.com/llvm/llvm-project/commit/aabc3c59e131aa09c755d81fc1716d1d4833d52c
  Author: aartbik <ajcbik at google.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/VectorOps/VectorOps.td

  Log Message:
  -----------
  [mlir] [VectorOps] fixed minor typos in vector ops doc

Summary:
Rationale:
Some examples were using "offsets : [0, 2]" syntax which
should use a "=" instead. The same examples were referring
to the integer attribute array as k-dimensional, which is
a bit confusing (it is 1-dimensional, with k elements).
Changed to "k-sized".

Reviewers: nicolasvasilache, andydavis1, ftynse

Reviewed By: nicolasvasilache

Subscribers: merge_guards_bot, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, liufengdb, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list