[Mlir-commits] [mlir] [mlir][python] make loading dialect module (for type and value casting) best effort only (PR #72338)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Nov 14 22:32:28 PST 2023


https://github.com/rkayaith approved this pull request.

The current approach seems fine to me, but since the negative caching was removed this setup will cause the module imports to be attempted on every downcast. I wonder if it's noticeable?

https://github.com/llvm/llvm-project/pull/72338


More information about the Mlir-commits mailing list