[all-commits] [llvm/llvm-project] 97f9f1: [mlir][python] Expose transform param types (#67421)
martin-luecke via All-commits
all-commits at lists.llvm.org
Tue Sep 26 07:10:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97f9f1a08ab1f5f91282cf95d13f306d03dc0888
https://github.com/llvm/llvm-project/commit/97f9f1a08ab1f5f91282cf95d13f306d03dc0888
Author: martin-luecke <martin.luecke at ed.ac.uk>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M mlir/include/mlir-c/Dialect/Transform.h
M mlir/lib/Bindings/Python/DialectTransform.cpp
M mlir/lib/CAPI/Dialect/Transform.cpp
M mlir/test/python/dialects/transform.py
Log Message:
-----------
[mlir][python] Expose transform param types (#67421)
This exposes the Transform dialect types `AnyParamType` and `ParamType`
via the Python bindings.
More information about the All-commits
mailing list