Skip to content

Commit 7d94100

Browse files
committed
add comment
1 parent 4f6e663 commit 7d94100

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
#include "llvm/ADT/ArrayRef.h"
3636
#include "llvm/ADT/STLExtras.h"
3737
#include "llvm/ADT/SmallVector.h"
38-
#include "llvm/Support/LogicalResult.h"
3938

4039
namespace mlir {
4140
namespace xegpu {
@@ -175,7 +174,7 @@ static bool requireTranspose(const xegpu::LayoutAttr layout,
175174
return laneLayout[0] == uArch->getSubgroupSize() && laneLayout[1] == 1;
176175
}
177176

178-
/// Given a sequential and distributed vector type, return the list of
177+
/// Given a vector type and its distributed vector type, return the list of
179178
/// dimensions that are distributed.
180179
static SmallVector<int64_t> getDistributedDims(VectorType originalType,
181180
VectorType distributedType) {

0 commit comments

Comments
 (0)