mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 14:59:17 +00:00
[CI, CK examples] Disable time_kernel for CI tests and examples (#3464)
* Disable kernel timing in tests * default time_kernel = false in old CK examples
This commit is contained in:
@@ -53,7 +53,7 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
do_verification = true;
|
||||
init_method = 1;
|
||||
time_kernel = true;
|
||||
time_kernel = false;
|
||||
}
|
||||
else if(argc == 4)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user