Commit 91d5c89b authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

En-large problem size

parent 0d8efaa1
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
struct ProblemSize final struct ProblemSize final
{ {
ck::index_t M = 3840; ck::index_t M = 3328;
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 = false; bool time_kernel = true;
}; };
template <ck::index_t... Is> template <ck::index_t... Is>
......
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