Skip to content

Commit 547d6fa

Browse files
committed
Fix pre_commit
Signed-off-by: Tiotto, Ettore <[email protected]>
1 parent 0aa334b commit 547d6fa

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
@@ -373,7 +373,8 @@ struct CoalescePass
373373
});
374374

375375
LLVM_DEBUG({
376-
DBGS() << "\nlayoutMap:" << "\n";
376+
DBGS() << "\nlayoutMap:"
377+
<< "\n";
377378
for (auto [op, encoding] : layoutMap) {
378379
DBGS() << "op: " << *op << "\n";
379380
DBGS() << "encoding: " << encoding << "\n\n";

0 commit comments

Comments
 (0)