[Mlir-commits] [mlir] [MLIR] include DebugLog.h for SCFToGPU to fix build (PR #155091)
Scott Manley
llvmlistbot at llvm.org
Sat Aug 23 05:01:50 PDT 2025
https://github.com/rscottmanley created https://github.com/llvm/llvm-project/pull/155091
None
>From 3e95ee7616c691ec55ef0145fac9735316f806a6 Mon Sep 17 00:00:00 2001
From: Scott Manley <scmanley at nvidia.com>
Date: Sat, 23 Aug 2025 04:59:51 -0700
Subject: [PATCH] [MLIR] include DebugLog.h for SCFToGPU to fix build
---
mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp | 1 +
1 file changed, 1 insertion(+)
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"
More information about the Mlir-commits
mailing list