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
622ce8f4
Commit
622ce8f4
authored
Oct 11, 2024
by
letaoqin
Browse files
change default parameter
parent
06e287e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
example/66_gemm_bias_activation/gemm_bias_add_xdl_fp16.cpp
example/66_gemm_bias_activation/gemm_bias_add_xdl_fp16.cpp
+3
-3
No files found.
example/66_gemm_bias_activation/gemm_bias_add_xdl_fp16.cpp
View file @
622ce8f4
...
...
@@ -140,9 +140,9 @@ int main(int argc, char* argv[])
bool
time_kernel
=
true
;
// GEMM shape
ck
::
index_t
M
=
1
6
;
ck
::
index_t
N
=
16
;
ck
::
index_t
K
=
64
;
ck
::
index_t
M
=
6
4
;
ck
::
index_t
N
=
3072
;
ck
::
index_t
K
=
768
;
if
(
argc
==
1
)
{
...
...
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