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
d377b42c
Commit
d377b42c
authored
Feb 10, 2025
by
root
Browse files
clang
parent
1857761a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
profiler/src/profile_gemm_universal_streamk.cpp
profiler/src/profile_gemm_universal_streamk.cpp
+0
-4
No files found.
profiler/src/profile_gemm_universal_streamk.cpp
View file @
d377b42c
...
...
@@ -83,12 +83,8 @@ int profile_gemm_universal_streamk(int argc, char* argv[])
const
bool
do_log
=
std
::
stoi
(
argv
[
6
]);
const
bool
time_kernel
=
std
::
stoi
(
argv
[
7
]);
// const int M = std::stoi(argv[8]);
// const int N = std::stoi(argv[9]);
const
int
K
=
std
::
stoi
(
argv
[
10
]);
// const int StrideA = std::stoi(argv[11]);
// const int StrideB = std::stoi(argv[12]);
const
int
StrideC
=
std
::
stoi
(
argv
[
13
]);
const
int
Streamk_sel
=
std
::
stoi
(
argv
[
14
]);
const
int
Grid_size
=
std
::
stoi
(
argv
[
15
]);
...
...
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