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
09419996
Commit
09419996
authored
Aug 25, 2022
by
Adam Osewski
Browse files
Formatting + fix K dimension for int8.
parent
4d38b385
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
example/15_grouped_gemm/run_grouped_gemm_example.inc
example/15_grouped_gemm/run_grouped_gemm_example.inc
+4
-8
No files found.
example/15_grouped_gemm/run_grouped_gemm_example.inc
View file @
09419996
...
...
@@ -235,11 +235,7 @@ bool run_grouped_gemm_example(int argc, char* argv[])
{
problem_size
.
Ms
.
push_back
(
256
+
256
*
i
);
problem_size
.
Ns
.
push_back
(
128
+
128
*
i
);
#ifdef BUILD_INT4_EXAMPLE
problem_size
.
Ks
.
push_back
(
128
+
64
*
i
);
#else
problem_size
.
Ks
.
push_back
(
64
+
64
*
i
);
#endif
problem_size
.
stride_As
.
push_back
(
problem_size
.
Ks
[
i
]);
problem_size
.
stride_Bs
.
push_back
(
problem_size
.
Ks
[
i
]);
...
...
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