"vscode:/vscode.git/clone" did not exist on "37392bef6ff94f8bbcf961d0b6a941346a03d1af"
Commit 0e1cd9d9 authored by rocking's avatar rocking
Browse files

Fix typo

parent 325d0909
......@@ -806,7 +806,7 @@ struct DeviceGemmMultipleDLayernorm_Xdl_CShuffle
// workspace for welford intermediate mean
workspace_size += gemm_welford_size * sizeof(EMeanVarDataType) + 64;
// workspace for welford intermediate mean
// workspace for welford intermediate variance
workspace_size += gemm_welford_size * sizeof(EMeanVarDataType) + 64;
// workspace for welford intermediate count
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment