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
497ccb87
Unverified
Commit
497ccb87
authored
Jun 28, 2024
by
Illia Silin
Committed by
GitHub
Jun 28, 2024
Browse files
fix the optional ckProfiler grouped_gemm arguments (#1368)
parent
614ebd05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
profiler/src/profile_grouped_gemm.cpp
profiler/src/profile_grouped_gemm.cpp
+2
-2
No files found.
profiler/src/profile_grouped_gemm.cpp
View file @
497ccb87
...
...
@@ -98,8 +98,8 @@ int profile_grouped_gemm(int argc, char* argv[])
int
n_iter
=
10
;
if
(
argc
==
17
)
{
n_warmup
=
std
::
stoi
(
argv
[
1
6
]);
n_iter
=
std
::
stoi
(
argv
[
1
7
]);
n_warmup
=
std
::
stoi
(
argv
[
1
5
]);
n_iter
=
std
::
stoi
(
argv
[
1
6
]);
}
#ifdef CK_ENABLE_FP16
...
...
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