You need to sign in or sign up before continuing.
[MLIR][Python] Added a base class to all builtin floating point types (#81720)
This allows to * check if a given ir.Type is a floating point type via isinstance() or issubclass() * get the bitwidth of a floating point type See motivation and discussion in https://discourse.llvm.org/t/add-floattype-to-mlir-python-bindings/76959.
parent
0c8b5942
Please register or sign in to comment