[Mlir-commits] [mlir] [mlir][python] add type wrappers (PR #71218)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Wed Nov 22 01:12:52 PST 2023


ftynse wrote:

> How about into runtime since there are various other type-y things in there already?

Those are specific to interaction with numpy. The things added here are more for IR construction, not for using objects of said type at runtime. It also doesn't convey the "this API is more likely to change than other parts" message. I'm fine with any new directory: `extras`/`helpers`/`sugar`/`syntax`/`lang`/use-your-imagination. Let's put it _somewhere_ so we are not bikeshedding the name and can make progress, all I want is to ensure we have the freedom to revise the decision we take now with insufficient information.

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


More information about the Mlir-commits mailing list