* We've got significant missing features in order to use most of these effectively (i.e. custom builders, region-based builders). * We presently also lack a mechanism for actually registering these dialects but they can be use with contexts that allow unregistered dialects for further prototyping. Differential Revision: https://reviews.llvm.org/D94368
5 lines
148 B
CMake
5 lines
148 B
CMake
include(AddMLIRPythonExtension)
|
|
add_mlir_dialect_python_bindings(MLIRBindingsPythonTestOps
|
|
TD_FILE python_test_ops.td
|
|
DIALECT_NAME python_test)
|