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
66e0e909
Commit
66e0e909
authored
Jun 26, 2024
by
Harisankar Sadasivan
Browse files
fixed argument type issue with parsing cmd args
parent
6cc03335
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/01_gemm/common.hpp
example/01_gemm/common.hpp
+1
-1
No files found.
example/01_gemm/common.hpp
View file @
66e0e909
...
...
@@ -139,7 +139,7 @@ bool parse_cmd_args<ProblemSize>(int argc,
template
<
>
bool
parse_cmd_args
<
ProblemSizeStreamK_universal
>
(
int
argc
,
char
*
argv
[],
ProblemSizeStreamK
&
problem_size
,
ProblemSizeStreamK
_universal
&
problem_size
,
ExecutionConfig
&
config
)
{
if
(
argc
==
1
)
...
...
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