[all-commits] [llvm/llvm-project] a470df: [mlir][linalg][transform][python] Extend mix-in fo...

Ingo Müller via All-commits all-commits at lists.llvm.org
Mon Aug 28 01:06:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a470df3ffc7efe7154f81b91b23a2b597e71b0e4
      https://github.com/llvm/llvm-project/commit/a470df3ffc7efe7154f81b91b23a2b597e71b0e4
  Author: Ingo Müller <ingomueller at google.com>
  Date:   2023-08-28 (Mon, 28 Aug 2023)

  Changed paths:
    M mlir/python/mlir/dialects/_structured_transform_ops_ext.py
    M mlir/test/python/dialects/transform_structured_ext.py

  Log Message:
  -----------
  [mlir][linalg][transform][python] Extend mix-in for Vectorize

Extends the existing mix-in for VectorizeOp with support for the missing unit attributes.

Also fixes the unintuitive implementation where
`structured.VectorizeOp(target=target, vectorize_padding=False)` still resulted in the creation of the UnitAttr `vectorize_padding`.

Reviewed By: ingomueller-net

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




More information about the All-commits mailing list