Commit 622ce8f4 authored by letaoqin's avatar letaoqin
Browse files

change default parameter

parent 06e287e8
...@@ -140,9 +140,9 @@ int main(int argc, char* argv[]) ...@@ -140,9 +140,9 @@ int main(int argc, char* argv[])
bool time_kernel = true; bool time_kernel = true;
// GEMM shape // GEMM shape
ck::index_t M = 16; ck::index_t M = 64;
ck::index_t N = 16; ck::index_t N = 3072;
ck::index_t K = 64; ck::index_t K = 768;
if(argc == 1) if(argc == 1)
{ {
......
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