"...composable_kernel_rocm.git" did not exist on "ae5e5181aaa4a4f8587086bea262c3db4c3a9ba6"
Commit 65adf21b authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Measure execution time by default

parent f650c019
...@@ -30,7 +30,7 @@ using F64 = double; ...@@ -30,7 +30,7 @@ using F64 = double;
struct ExecutionConfig final struct ExecutionConfig final
{ {
bool do_verification = true; bool do_verification = true;
bool time_kernel = false; bool time_kernel = true;
}; };
struct Problem final struct Problem final
......
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