"...resnet50_tensorflow.git" did not exist on "488d20bca1e874c5586f2e8bae5ba1ba09c36614"
Unverified Commit aa23e749 authored by zjing14's avatar zjing14 Committed by GitHub
Browse files

Update test_grouped_gemm_interface.cpp

parent d1a50f9f
......@@ -93,7 +93,6 @@ TEST_F(TestGGemmSplitKInterface_MKNKMN, VectorLoadWidth)
EXPECT_FALSE(PaddedGGemmInstance{}.IsSupported(Ms, Ns, Ks, StrideAs, StrideBs, StrideCs));
}
#if 0
TEST_F(TestGGemmSplitKInterface_MKNKMN, KLoops)
{
std::vector<int> Ms{128, 256, 256, 512};
......@@ -117,7 +116,6 @@ TEST_F(TestGGemmSplitKInterface_MKNKMN, KLoops)
EXPECT_THROW(DefaultGGemmInstance{}.Run(Ms, Ns, Ks, StrideAs, StrideBs, StrideCs, kbatch),
std::runtime_error);
}
#endif
class TestGGemmSplitKInterface_KMKNNM : public ::testing::Test
{
......
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