[all-commits] [llvm/llvm-project] 2d3dcd: [mlir][linalg][transform][python] Add mix-in for B...

Ingo Müller via All-commits all-commits at lists.llvm.org
Wed Aug 16 08:08:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d3dcd4aecb94ae862163fb9bed0879295f6725f
      https://github.com/llvm/llvm-project/commit/2d3dcd4aecb94ae862163fb9bed0879295f6725f
  Author: Ingo Müller <ingomueller at google.com>
  Date:   2023-08-16 (Wed, 16 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] Add mix-in for BufferizeToAllocOp.

Re-apply https://reviews.llvm.org/D157704.

The original patch broke the tests on Python 3.8 and got reverted by
0c4aad050c23254c3c612e860e1278961d161aef. This patch replaces the usage
of the vertical bar operator for type hints with `Union`.

Reviewed By: ftynse

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


  Commit: dac19b457e2cfd139e0e5cc29872ba3c65b7510f
      https://github.com/llvm/llvm-project/commit/dac19b457e2cfd139e0e5cc29872ba3c65b7510f
  Author: Ingo Müller <ingomueller at google.com>
  Date:   2023-08-16 (Wed, 16 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] Add mix-in for MaskedVectorize.

Reviewed By: springerm

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


  Commit: 67c092c8c88356a82147e5f886af15db301009c7
      https://github.com/llvm/llvm-project/commit/67c092c8c88356a82147e5f886af15db301009c7
  Author: Ingo Müller <ingomueller at google.com>
  Date:   2023-08-16 (Wed, 16 Aug 2023)

  Changed paths:
    M mlir/test/python/dialects/transform.py

  Log Message:
  -----------
  [mlir][transform][python] Add test for AnyValueType binding.

I had forgotten to commit that test as part of
https://reviews.llvm.org/D157638.

Reviewed By: ftynse

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


Compare: https://github.com/llvm/llvm-project/compare/a94c44cc0a56...67c092c8c883


More information about the All-commits mailing list