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
MIGraphX
Commits
a61a8ffc
Commit
a61a8ffc
authored
Oct 18, 2023
by
Paul
Browse files
Format
parent
5a2cfafd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/targets/gpu/gemm_impl.cpp
src/targets/gpu/gemm_impl.cpp
+1
-1
No files found.
src/targets/gpu/gemm_impl.cpp
View file @
a61a8ffc
...
@@ -451,7 +451,7 @@ struct gemm_impl
...
@@ -451,7 +451,7 @@ struct gemm_impl
// more time taken initializing caches, etc. so we won't time it.
// more time taken initializing caches, etc. so we won't time it.
run
(
ctx
,
input_args
,
sol
);
run
(
ctx
,
input_args
,
sol
);
double
host_time
=
time
<
milliseconds
>
([
&
]
{
double
host_time
=
time
<
milliseconds
>
([
&
]
{
for
([[
maybe_unused
]]
int
hc
:
range
(
hot_calls
))
for
([[
maybe_unused
]]
int
hc
:
range
(
hot_calls
))
run
(
ctx
,
input_args
,
sol
);
run
(
ctx
,
input_args
,
sol
);
ctx
.
finish
();
ctx
.
finish
();
});
});
...
...
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