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
6b870bc0
"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "a36dff02cb1184d57f3221e06fa7b5d08db7820c"
Commit
6b870bc0
authored
Jun 10, 2022
by
wangshaojie6
Browse files
use 4096 for dl gemm
parent
2bab820b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/01_gemm/gemm_dl_fp16.cpp
example/01_gemm/gemm_dl_fp16.cpp
+1
-1
No files found.
example/01_gemm/gemm_dl_fp16.cpp
View file @
6b870bc0
...
@@ -61,7 +61,7 @@ int main(int argc, char* argv[])
...
@@ -61,7 +61,7 @@ int main(int argc, char* argv[])
bool
time_kernel
=
false
;
bool
time_kernel
=
false
;
// GEMM shape
// GEMM shape
ck
::
index_t
M
=
38
40
;
ck
::
index_t
M
=
40
96
;
ck
::
index_t
N
=
4096
;
ck
::
index_t
N
=
4096
;
ck
::
index_t
K
=
4096
;
ck
::
index_t
K
=
4096
;
...
...
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