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_(
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