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_ROCM
Commits
7efafa11
Commit
7efafa11
authored
Dec 27, 2024
by
aska-0096
Browse files
use empty hipstream in ckprofiler
parent
c8d9660f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
profiler/include/profiler/profile_gemm_multiply_multiply_impl.hpp
.../include/profiler/profile_gemm_multiply_multiply_impl.hpp
+4
-3
No files found.
profiler/include/profiler/profile_gemm_multiply_multiply_impl.hpp
View file @
7efafa11
...
...
@@ -270,11 +270,12 @@ bool profile_gemm_multiply_multiply_impl(int do_verification,
std
::
string
op_name
=
op_ptr
->
GetTypeString
();
hipStream_t
stream
;
hip_check_error
(
hipStreamCreate
(
&
stream
));
// timer of develop branch should only apply to empty hipstream
// hipStream_t stream;
// hip_check_error(hipStreamCreate(&stream));
float
ave_time
=
invoker_ptr
->
Run
(
argument_ptr
.
get
(),
StreamConfig
{
stream
,
StreamConfig
{
nullptr
,
time_kernel
,
0
,
n_warmup
,
...
...
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