[Mlir-commits] [mlir] [MLIR][GPU-LLVM] Convert `gpu.func` to `llvm.func` (PR #101664)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Aug 6 10:43:24 PDT 2024


================
@@ -8,15 +8,18 @@
 
 #include "mlir/Conversion/GPUToLLVMSPV/GPUToLLVMSPVPass.h"
 
+#include "../GPUCommon/GPUOpsLowering.h"
----------------
FMarno wrote:

```suggestion
#include "mlir/Conversion/GPUCommon/GPUOpsLowering.h"
```
seems to match the other includes more

https://github.com/llvm/llvm-project/pull/101664


More information about the Mlir-commits mailing list