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
c5620ed0
"examples/vscode:/vscode.git/clone" did not exist on "745199a86975fb4a1427e20f3ad94070caf0d83c"
Unverified
Commit
c5620ed0
authored
Jul 13, 2022
by
Daming Feng
Committed by
GitHub
Jul 13, 2022
Browse files
minor fix in gemm client example (#328)
parent
39acaea3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
client_example/01_gemm/gemm.cpp
client_example/01_gemm/gemm.cpp
+1
-1
No files found.
client_example/01_gemm/gemm.cpp
View file @
c5620ed0
...
@@ -63,7 +63,7 @@ int main(int argc, char* argv[])
...
@@ -63,7 +63,7 @@ int main(int argc, char* argv[])
{
{
// use default case
// use default case
}
}
else
if
(
argc
==
5
)
else
if
(
argc
==
7
)
{
{
M
=
std
::
stoi
(
argv
[
1
]);
M
=
std
::
stoi
(
argv
[
1
]);
N
=
std
::
stoi
(
argv
[
2
]);
N
=
std
::
stoi
(
argv
[
2
]);
...
...
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