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
91d5c89b
Commit
91d5c89b
authored
Sep 14, 2023
by
Po-Yen, Chen
Browse files
En-large problem size
parent
0d8efaa1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
example/01_gemm/common.hpp
example/01_gemm/common.hpp
+2
-2
No files found.
example/01_gemm/common.hpp
View file @
91d5c89b
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
struct
ProblemSize
final
struct
ProblemSize
final
{
{
ck
::
index_t
M
=
3
840
;
ck
::
index_t
M
=
3
328
;
ck
::
index_t
N
=
4096
;
ck
::
index_t
N
=
4096
;
ck
::
index_t
K
=
4096
;
ck
::
index_t
K
=
4096
;
...
@@ -50,7 +50,7 @@ struct ExecutionConfig final
...
@@ -50,7 +50,7 @@ struct ExecutionConfig final
{
{
bool
do_verification
=
true
;
bool
do_verification
=
true
;
int
init_method
=
1
;
int
init_method
=
1
;
bool
time_kernel
=
fals
e
;
bool
time_kernel
=
tru
e
;
};
};
template
<
ck
::
index_t
...
Is
>
template
<
ck
::
index_t
...
Is
>
...
...
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