[Mlir-commits] [mlir] [MLIR] include DebugLog.h for SCFToGPU to fix build (PR #155091)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Aug 23 05:02:21 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-gpu
Author: Scott Manley (rscottmanley)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/155091.diff
1 Files Affected:
- (modified) mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp (+1)
``````````diff
diff --git a/mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp b/mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp
index c4e1b3747bbb0..2fd5cc2f5a5fc 100644
--- a/mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp
+++ b/mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp
@@ -28,6 +28,7 @@
#include "mlir/Transforms/DialectConversion.h"
#include "mlir/Transforms/RegionUtils.h"
#include "llvm/Support/Debug.h"
+#include "llvm/Support/DebugLog.h"
#include <optional>
#define DEBUG_TYPE "loops-to-gpu"
``````````
</details>
https://github.com/llvm/llvm-project/pull/155091
More information about the Mlir-commits
mailing list