mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-12 10:08:01 +00:00
No need to time kernels for now.
This commit is contained in:
@@ -52,7 +52,7 @@ class TestGroupedConvndFwd : public ::testing::Test
|
||||
true, // do_verification
|
||||
1, // init_method: integer value
|
||||
false, // do_log
|
||||
true, // time_kernel
|
||||
false, // time_kernel
|
||||
param);
|
||||
}
|
||||
EXPECT_TRUE(pass);
|
||||
|
||||
@@ -46,7 +46,7 @@ class TestGroupedConvndFwd : public ::testing::Test
|
||||
true, // do_verification
|
||||
1, // init_method: integer value
|
||||
false, // do_log
|
||||
true, // time_kernel
|
||||
false, // time_kernel
|
||||
param);
|
||||
}
|
||||
EXPECT_TRUE(pass);
|
||||
|
||||
@@ -47,7 +47,7 @@ class TestGroupedConvndFwd : public ::testing::Test
|
||||
true, // do_verification
|
||||
1, // init_method: integer value
|
||||
false, // do_log
|
||||
true, // time_kernel
|
||||
false, // time_kernel
|
||||
param,
|
||||
out_element_op);
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ class TestGroupedConvndFwd : public ::testing::Test
|
||||
true, // do_verification
|
||||
1, // init_method: integer value
|
||||
false, // do_log
|
||||
true, // time_kernel
|
||||
false, // time_kernel
|
||||
param);
|
||||
}
|
||||
EXPECT_TRUE(pass);
|
||||
|
||||
Reference in New Issue
Block a user