[all-commits] [llvm/llvm-project] f22008: [MLIR] Add InferShapedTypeOpInterface bindings
ataheridezfouli-groq via All-commits
all-commits at lists.llvm.org
Thu May 11 14:24:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f22008ed89eac028cd70f91de3adf41a481f6d22
https://github.com/llvm/llvm-project/commit/f22008ed89eac028cd70f91de3adf41a481f6d22
Author: Arash Taheri-Dezfouli <ataheridezfouli at groq.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M mlir/include/mlir-c/Interfaces.h
M mlir/lib/Bindings/Python/IRInterfaces.cpp
M mlir/lib/CAPI/Interfaces/Interfaces.cpp
M mlir/python/mlir/_mlir_libs/_mlir/ir.pyi
M mlir/test/python/dialects/python_test.py
M mlir/test/python/python_test_ops.td
Log Message:
-----------
[MLIR] Add InferShapedTypeOpInterface bindings
Add C and python bindings for InferShapedTypeOpInterface
and ShapedTypeComponents. This allows users to invoke
InferShapedTypeOpInterface for ops that implement it.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D149494
More information about the All-commits
mailing list