[Mlir-commits] [mlir] [MLIR][GPU-LLVM] Convert `gpu.func` to `llvm.func` (PR #101664)
Victor Perez
llvmlistbot at llvm.org
Wed Aug 7 00:43:08 PDT 2024
================
@@ -8,15 +8,18 @@
#include "mlir/Conversion/GPUToLLVMSPV/GPUToLLVMSPVPass.h"
+#include "../GPUCommon/GPUOpsLowering.h"
----------------
victor-eds wrote:
That's not in an include directory, but in the `mlir/lib/Conversion/GPUCommon`. Relative path is needed and used by other files using the header
https://github.com/llvm/llvm-project/pull/101664
More information about the Mlir-commits
mailing list