[all-commits] [llvm/llvm-project] 5192e2: [mlir][python] remove various caching mechanisms (...
Maksim Levental via All-commits
all-commits at lists.llvm.org
Fri Nov 3 11:28:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5192e299cf444040025ccf3e75bfad36b4624050
https://github.com/llvm/llvm-project/commit/5192e299cf444040025ccf3e75bfad36b4624050
Author: Maksim Levental <maksim.levental at gmail.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M mlir/docs/Bindings/Python.md
M mlir/lib/Bindings/Python/Globals.h
M mlir/lib/Bindings/Python/IRModule.cpp
M mlir/lib/Bindings/Python/MainModule.cpp
M mlir/python/mlir/_mlir_libs/_mlir/__init__.pyi
A mlir/test/python/ir/custom_dialect/__init__.py
A mlir/test/python/ir/custom_dialect/custom.py
A mlir/test/python/ir/custom_dialect/lit.local.cfg
M mlir/test/python/ir/dialects.py
M mlir/test/python/ir/insertion_point.py
Log Message:
-----------
[mlir][python] remove various caching mechanisms (#70831)
This PR removes the various caching mechanisms currently in the python
bindings - both positive caching and negative caching.
More information about the All-commits
mailing list