From eea847673831294fe4971f587e86280e193565c3 Mon Sep 17 00:00:00 2001 From: kiefer Date: Mon, 15 Sep 2025 09:02:45 +0000 Subject: [PATCH] No need to time kernels for now. --- test/grouped_convnd_fwd/test_grouped_convnd_fwd.cpp | 2 +- .../test_grouped_convnd_fwd_bias_clamp.cpp | 2 +- .../test_grouped_convnd_fwd_clamp.cpp | 2 +- .../test_grouped_convnd_fwd_gk_bias_clamp.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/grouped_convnd_fwd/test_grouped_convnd_fwd.cpp b/test/grouped_convnd_fwd/test_grouped_convnd_fwd.cpp index bee9ff4fdc..429fdf5b75 100644 --- a/test/grouped_convnd_fwd/test_grouped_convnd_fwd.cpp +++ b/test/grouped_convnd_fwd/test_grouped_convnd_fwd.cpp @@ -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); diff --git a/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_bias_clamp.cpp b/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_bias_clamp.cpp index 76d869a9bb..64b3c52d75 100644 --- a/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_bias_clamp.cpp +++ b/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_bias_clamp.cpp @@ -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); diff --git a/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_clamp.cpp b/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_clamp.cpp index 49e16447b4..eb7b0773b3 100644 --- a/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_clamp.cpp +++ b/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_clamp.cpp @@ -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); } diff --git a/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_gk_bias_clamp.cpp b/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_gk_bias_clamp.cpp index d5f1825a99..3d7d184350 100644 --- a/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_gk_bias_clamp.cpp +++ b/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_gk_bias_clamp.cpp @@ -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);