[all-commits] [llvm/llvm-project] e82865: [mlir][linalg] Fix interchange initialization in f...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Wed Sep 22 10:47:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e828655313db901c733bf4bab6ac78c18833d765
      https://github.com/llvm/llvm-project/commit/e828655313db901c733bf4bab6ac78c18833d765
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp

  Log Message:
  -----------
  [mlir][linalg] Fix interchange initialization in fusion on tensors.

If no interchange vector is given initialize it with the identity permutation from 0 to number of loops.

Reviewed By: mravishankar

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




More information about the All-commits mailing list