[all-commits] [llvm/llvm-project] ff6ce9: Add `createDynamicDimValues` to tensor dialect utils

frgossen via All-commits all-commits at lists.llvm.org
Mon Jun 13 05:27:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ff6ce9e8fc7c8b4e5bd7275583d571354454162a
      https://github.com/llvm/llvm-project/commit/ff6ce9e8fc7c8b4e5bd7275583d571354454162a
  Author: Frederik Gossen <frgossen at google.com>
  Date:   2022-06-13 (Mon, 13 Jun 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Tensor/Utils/Utils.h
    M mlir/lib/Dialect/Tensor/Utils/Utils.cpp

  Log Message:
  -----------
  Add `createDynamicDimValues` to tensor dialect utils

The function creates dim ops for each dynamic dimension of the raked tensor
argument and returns these as values.

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




More information about the All-commits mailing list