[all-commits] [llvm/llvm-project] d7e26b: [mlir][linalg][transform][python] Fix mix-in for M...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7e26b56207cbd8995296c5bb7c11ce676b649da
      https://github.com/llvm/llvm-project/commit/d7e26b56207cbd8995296c5bb7c11ce676b649da
  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

  Log Message:
  -----------
  [mlir][linalg][transform][python] Fix mix-in for MaskedVectorize.

Fix forward bug in dac19b457e2cfd139e0e5cc29872ba3c65b7510f, which uses
the vertical bar operator for type hints, which is only supported by
Python 3.10 and later, and thus breaks the builds on Python 3.8.




More information about the All-commits mailing list