Skip to content

Commit 1c63b0d

Browse files
committed
no default value
Signed-off-by: dchigarev <[email protected]>
1 parent 8fd49c0 commit 1c63b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/VectorToXeGPU/VectorToXeGPU.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ static std::pair<Value, SmallVector<OpFoldResult>>
367367
convertMemrefAndOffsetsToTargetRank(PatternRewriter &rewriter, Location loc,
368368
Value memref,
369369
SmallVector<OpFoldResult> offsets,
370-
int64_t targetRank = 2) {
370+
int64_t targetRank) {
371371
auto memrefType = cast<MemRefType>(memref.getType());
372372
unsigned rank = memrefType.getRank();
373373

0 commit comments

Comments
 (0)