llvm-project
e5825c45 - [mlir][python] Add bindings for OpenACC dialect (#163620)

Commit
128 days ago
[mlir][python] Add bindings for OpenACC dialect (#163620) Adds initial support for Python bindings to the OpenACC dialect. * The bindings do not provide any niceties yet, just the barebones exposure of the dialect to Python. Construction of OpenACC ops is therefore verbose and somewhat inconvenient, as evidenced by the test. * The test only constructs one module, but I attempted to use enough operations to be meaningful. It does not test all the ops exposed, but does contain a realistic example of a memcpy idiom.
Parents
Loading