Skip to content

Commit 3e95ee7

Browse files
author
Scott Manley
committed
[MLIR] include DebugLog.h for SCFToGPU to fix build
1 parent 0915bb9 commit 3e95ee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "mlir/Transforms/DialectConversion.h"
2929
#include "mlir/Transforms/RegionUtils.h"
3030
#include "llvm/Support/Debug.h"
31+
#include "llvm/Support/DebugLog.h"
3132
#include <optional>
3233

3334
#define DEBUG_TYPE "loops-to-gpu"

0 commit comments

Comments
 (0)