Skip to content

Commit 090d13e

Browse files
chengjunlujopperm
andauthored
Update third_party/intel/lib/Dialect/TritonIntelGPU/IR/LinearLayoutConversions.cpp
Co-authored-by: Julian Oppermann <[email protected]>
1 parent 179364e commit 090d13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/intel/lib/Dialect/TritonIntelGPU/IR/LinearLayoutConversions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ LinearLayout combineCtaCgaWithShape(LinearLayout ctaLayout,
357357
// t16 t17 t18 t19 t20 t21 t22 t23 t24 t25 t26 t27 t28 t29 t30 t31 v
358358
// In this case, the LinearLayout bases are:
359359
// Register: {{2,0}, {4,0}}
360-
// Lane: {{0,1}, {0,2}, {0,4}, {0,8}, {2,0}}
360+
// Lane: {{0,1}, {0,2}, {0,4}, {0,8}, {1,0}}
361361
// clang-format on
362362
std::vector<std::vector<int32_t>> DPASRegBasesA(int opsPerChannel,
363363
int repeatCount,

0 commit comments

Comments
 (0)