Skip to content

Commit eb5fbc7

Browse files
committed
Remove non-necessary comment
Signed-off-by: dchigarev <[email protected]>
1 parent 4ce2415 commit eb5fbc7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/lib/Conversion/VectorToXeGPU/VectorToXeGPU.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ static LogicalResult transferPreconditions(PatternRewriter &rewriter,
9797
return success();
9898
}
9999

100-
// Common preconditions for the lowering of vector.gather and vector.scatter:
101-
// 1. Source is a memref.
102100
static LogicalResult gatherScatterPreconditions(PatternRewriter &rewriter,
103101
Operation *op, Type baseType) {
104102
auto srcTy = dyn_cast<MemRefType>(baseType);

0 commit comments

Comments
 (0)