[all-commits] [llvm/llvm-project] 03529b: [mlir][linalg] Add support for vectorizing dynamic...

Han-Chung Wang via All-commits all-commits at lists.llvm.org
Mon Nov 6 15:36:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 03529b99b36788ca836b7ce238ea9400ce89847b
      https://github.com/llvm/llvm-project/commit/03529b99b36788ca836b7ce238ea9400ce89847b
  Author: Han-Chung Wang <hanhan0912 at gmail.com>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
    M mlir/test/Dialect/Linalg/vectorization.mlir

  Log Message:
  -----------
  [mlir][linalg] Add support for vectorizing dynamic elementwise named ops (#71454)

We are able to vectorize them in linalg.generic form. We just need to
relax the condition, so it can also vectorize named ops.




More information about the All-commits mailing list