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
fe027ba3
Commit
fe027ba3
authored
Jan 27, 2022
by
Chao Liu
Browse files
format
parent
615fb487
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
profiler/profile_gemm.cpp
profiler/profile_gemm.cpp
+4
-4
No files found.
profiler/profile_gemm.cpp
View file @
fe027ba3
...
@@ -63,10 +63,10 @@ int profile_gemm(int argc, char* argv[])
...
@@ -63,10 +63,10 @@ int profile_gemm(int argc, char* argv[])
const
int
N
=
std
::
stoi
(
argv
[
9
]);
const
int
N
=
std
::
stoi
(
argv
[
9
]);
const
int
K
=
std
::
stoi
(
argv
[
10
]);
const
int
K
=
std
::
stoi
(
argv
[
10
]);
const
int
StrideA
=
std
::
stoi
(
argv
[
11
]);
const
int
StrideA
=
std
::
stoi
(
argv
[
11
]);
const
int
StrideB
=
std
::
stoi
(
argv
[
12
]);
const
int
StrideB
=
std
::
stoi
(
argv
[
12
]);
const
int
StrideC
=
std
::
stoi
(
argv
[
13
]);
const
int
StrideC
=
std
::
stoi
(
argv
[
13
]);
int
KBatch
=
1
;
int
KBatch
=
1
;
if
(
argc
==
15
)
if
(
argc
==
15
)
KBatch
=
std
::
stoi
(
argv
[
14
]);
KBatch
=
std
::
stoi
(
argv
[
14
]);
...
...
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