We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e185d commit d8ed736Copy full SHA for d8ed736
mlir/lib/Dialect/GPU/TransformOps/Utils.cpp
@@ -42,7 +42,7 @@ using namespace mlir::transform::gpu;
42
#define DEBUG_TYPE "gpu-transforms"
43
44
#define DBGS() (llvm::dbgs() << '[' << DEBUG_TYPE << "] ")
45
-#define LDBG(X) LLVM_DEBUG(DBGS() << X << "\n")
+#define LDBG(X) LLVM_DEBUG(DBGS() << (X) << "\n")
46
#define DBGS_ALIAS() (llvm::dbgs() << '[' << DEBUG_TYPE_ALIAS << "] ")
47
48
/// Return a flattened thread id for the workgroup with given sizes.
0 commit comments