8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc4f9d commit 7a93a58Copy full SHA for 7a93a58
aten/src/ATen/native/cuda/Blas.cpp
@@ -964,7 +964,7 @@ ScalingType get_scaling_type(
964
} // namespace
965
966
// 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.
+// Scales are only applicable when matrices are of Float8 type and assumed to be equal to 1.0 by default.
968
// If output matrix type is 16 or 32-bit type, scale_result is not applied.
969
// Known limitations:
970
// - Only works if mat1 is row-major and mat2 is column-major
0 commit comments