Skip to content

Commit 95f5832

Browse files
committed
Fix pre_commit
Signed-off-by: Tiotto, Ettore <[email protected]>
1 parent 2f97c1a commit 95f5832

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

third_party/intel/lib/TritonIntelGPUTransforms/Coalesce.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ struct CoalescePass
367367
});
368368

369369
LLVM_DEBUG({
370-
DBGS() << "\nlayoutMap:" << "\n";
370+
DBGS() << "\nlayoutMap:"
371+
<< "\n";
371372
for (auto [op, encoding] : layoutMap) {
372373
DBGS() << "op: " << *op << "\n";
373374
DBGS() << "encoding: " << encoding << "\n\n";

0 commit comments

Comments
 (0)