"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "a36dff02cb1184d57f3221e06fa7b5d08db7820c"
Commit 6b870bc0 authored by wangshaojie6's avatar wangshaojie6
Browse files

use 4096 for dl gemm

parent 2bab820b
...@@ -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 = 3840; ck::index_t M = 4096;
ck::index_t N = 4096; ck::index_t N = 4096;
ck::index_t K = 4096; ck::index_t K = 4096;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment