Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
52625779
"examples/vscode:/vscode.git/clone" did not exist on "007c914c70eaa4e67d680f628a33ee195911339d"
Commit
52625779
authored
Apr 07, 2023
by
rocking
Browse files
Refine profiler message
parent
7221293c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
profiler/include/profiler/profile_groupnorm_impl.hpp
profiler/include/profiler/profile_groupnorm_impl.hpp
+3
-3
No files found.
profiler/include/profiler/profile_groupnorm_impl.hpp
View file @
52625779
...
@@ -190,9 +190,9 @@ bool profile_groupnorm_impl(int do_verification,
...
@@ -190,9 +190,9 @@ bool profile_groupnorm_impl(int do_verification,
if
(
time_kernel
)
if
(
time_kernel
)
{
{
LogRange
(
std
::
cout
<<
"length = "
,
length
,
","
)
<<
", "
;
LogRange
(
std
::
cout
<<
"length = "
,
length
,
","
)
<<
std
::
endl
;
std
::
cout
<<
"
num_kernel = "
<<
num_kernel
<<
",
best perf = "
<<
best_avg_time
<<
" ms, "
std
::
cout
<<
"best perf = "
<<
best_avg_time
<<
" ms, "
<<
best_gb_per_sec
<<
" GB/s, "
<<
best_gb_per_sec
<<
" GB/s, "
<<
best_instance_name
<<
std
::
endl
;
<<
best_instance_name
<<
std
::
endl
;
}
}
if
(
num_kernel
==
0
)
if
(
num_kernel
==
0
)
...
...
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