[Mlir-commits] [mlir] [MLIR][GPU-LLVM] Convert `gpu.func` to `llvm.func` (PR #101664)
Christian Ulmann
llvmlistbot at llvm.org
Wed Aug 7 00:21:59 PDT 2024
================
@@ -8,15 +8,18 @@
#include "mlir/Conversion/GPUToLLVMSPV/GPUToLLVMSPVPass.h"
+#include "../GPUCommon/GPUOpsLowering.h"
----------------
Dinistro wrote:
Yeah, please avoid relative includes when possible (only exception are usually headers in the lib directory).
https://github.com/llvm/llvm-project/pull/101664
More information about the Mlir-commits
mailing list