"docs/vscode:/vscode.git/clone" did not exist on "7156604eba7350bb6c43f29d0fb2ee336f8d9dff"
Unverified Commit 5adf7bc2 authored by eqy's avatar eqy Committed by GitHub
Browse files

Update layer_norm_cuda_kernel.cu (#1184)

parent b3da6036
...@@ -318,6 +318,7 @@ void cuApplyLayerNorm_( ...@@ -318,6 +318,7 @@ void cuApplyLayerNorm_(
mean[i1] = mu; mean[i1] = mu;
invvar[i1] = c_invvar; invvar[i1] = c_invvar;
} }
__syncthreads();
} }
} }
......
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