"Cargo.lock" did not exist on "92c1ecd0089d329d4b5a5e2b9327da828b888d34"
Commit cbd86de8 authored by Rick Ho's avatar Rick Ho
Browse files

fix last indent bug

parent 2ed4351d
......@@ -143,8 +143,9 @@ void moe_cuda_forward_impl(
#ifdef MOE_BREAKDOWN
timestamp(t_expert);
fprintf(stderr, "Expert asn time %.3lf us\n", getDuration(t_init, t_expert) *
1e6);
fprintf(stderr, "Expert asn %d time %.3lf us\n",
expert_sz,
getDuration(t_init, t_expert) * 1e6);
#endif
batch_scatter_kernel<scalar_t>
......
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