Skip to content

Commit d0cbd12

Browse files
committed
Formatting
1 parent 11cbb34 commit d0cbd12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

third_party/intel/include/TritonIntelGPUToLLVM/VISAASMFormat.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ struct VISABuilder {
192192

193193
// Make the operands in argArchive follow the provided \param order.
194194
void reorderArgArchive(ArrayRef<Operand *> order) {
195-
assert(order.size() == argArchive.size() && "Order and arguments size mismatch");
195+
assert(order.size() == argArchive.size() &&
196+
"Order and arguments size mismatch");
196197
// The order in argArchive is unnecessary when onlyAttachMLIRArgs=false, but
197198
// it does necessary when onlyAttachMLIRArgs is true for the $0, $1... are
198199
// determined by VISA code snippet passed from external.

0 commit comments

Comments
 (0)