mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 20:51:35 +00:00
3f44495dfd
The current setup of the GPU dialect is to model both the host and device side codegen. For cases (like IREE) the host side modeling might not directly fit its use case, but device-side codegen is still valuable. First step in accessing just the device-side functionality of the GPU dialect is to allow just creating a gpu.func operation from a gpu.launch operation. In addition this change also "inlines" operations into the gpu.func op at time of creation instead of this being a later step. Differential Revision: https://reviews.llvm.org/D75287
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.