Commit 4831071c authored by Eddie Yan's avatar Eddie Yan
Browse files

Update layer_norm_cuda_kernel.cu

parent cdc614cf
......@@ -329,6 +329,7 @@ void cuApplyLayerNorm(
mean[i1] = mu;
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