8000 fix typo: "assumbed" (#144543) · pytorch/pytorch@7a93a58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a93a58

Browse files
crcrparpytorchmergebot
authored andcommitted
fix typo: "assumbed" (#144543)
Pull Request resolved: #144543 Approved by: https://github.com/Skylion007
1 parent fdc4f9d commit 7a93a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aten/src/ATen/native/cuda/Blas.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ ScalingType get_scaling_type(
964964
} // namespace
965965

966966
// Computes matrix multiply + bias while applying scaling to input and output matrices
967-
// Scales are only applicable when matrices are of Float8 type and assumbed to be equal to 1.0 by default.
967+
// Scales are only applicable when matrices are of Float8 type and assumed to be equal to 1.0 by default.
968968
// If output matrix type is 16 or 32-bit type, scale_result is not applied.
969969
// Known limitations:
970970
// - Only works if mat1 is row-major and mat2 is column-major

0 commit comments

Comments
 (0)
0