Commit 74495491 authored by rocking's avatar rocking
Browse files

clang-format

parent 9ed2de0b
Showing with 2 additions and 2 deletions
+2 -2
......@@ -214,8 +214,8 @@ void DumpGemmLayerNormPerf(float gemm_reduce_time, float normalize_time, int M,
std::cout << "gemm + reduce_mean + reduce_square_mean Perf: " << gemm_reduce_time << " ms, "
<< tflops << " TFlops, " << gemm_gb_per_sec << " GB/s, " << std::endl;
std::cout << "5-ary elementwise Perf: " << normalize_time << " ms, "
<< normalize_gb_per_sec << " GB/s, " << std::endl;
std::cout << "5-ary elementwise Perf: " << normalize_time << " ms, " << normalize_gb_per_sec
<< " GB/s, " << std::endl;
}
int main()
......
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