llvm-capstone/mlir/python
Ingo Müller 991cb14715
[mlir][memref][transform] Add new alloca_to_global op. (#66511)
This PR adds a new transform op that replaces `memref.alloca`s with
`memref.get_global`s to newly inserted `memref.global`s. This is useful,
for example, for allocations that should reside in the shared memory of
a GPU, which have to be declared as globals.
2023-09-21 18:17:00 +02:00
..
mlir [mlir][memref][transform] Add new alloca_to_global op. (#66511) 2023-09-21 18:17:00 +02:00
CMakeLists.txt [mlir][python] smaller scope for vector enumgen (#66992) 2023-09-21 12:57:41 +02:00
requirements.txt [mlir][python] Bump min pybind11 version to 2.9.0 2023-05-23 13:51:40 -04:00