[all-commits] [llvm/llvm-project] 0bc143: [mlir][linalg][transform][python] Fix type hints
rk via All-commits
all-commits at lists.llvm.org
Wed Aug 16 13:22:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0bc1430333b89f0832b1ce4e0d87ddce18e54f33
https://github.com/llvm/llvm-project/commit/0bc1430333b89f0832b1ce4e0d87ddce18e54f33
Author: Rahul Kayaith <rkayaith at gmail.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 type hints
Older python versions (e.g. 3.8) don't accept `tuple[...]` etc. in type hints.
More information about the All-commits
mailing list