Skip to content

Commit 6c645ee

Browse files
lialanCopilot
andauthored
Update mlir/lib/Dialect/AMDGPU/IR/AMDGPUDialect.cpp
Co-authored-by: Copilot <[email protected]>
1 parent 6888de1 commit 6c645ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/AMDGPU/IR/AMDGPUDialect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ LogicalResult TransposeLoadOp::verify() {
537537
size_t transferSize =
538538
transferType.getNumElements() * transferType.getElementTypeBitWidth();
539539
if (transferSize != 64)
540-
return emitOpError("Transfering type size must be 64 bits");
540+
return emitOpError("Transferring type size must be 64 bits");
541541

542542
return success();
543543
}

0 commit comments

Comments
 (0)