Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
liyinrong
composable_kernel
Commits
74495491
Commit
74495491
authored
3 years ago
by
rocking
Browse files
Options
Download
Email Patches
Plain Diff
clang-format
parent
9ed2de0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example/21_gemm_layernorm/gemm_layernorm_xdl_fp16.cpp
+2
-2
example/21_gemm_layernorm/gemm_layernorm_xdl_fp16.cpp
with
2 additions
and
2 deletions
+2
-2
example/21_gemm_layernorm/gemm_layernorm_xdl_fp16.cpp
View file @
74495491
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help