added missing changes

This commit is contained in:
Zoltan Lakatos
2025-06-30 15:50:26 +00:00
parent 07948332e9
commit bb7b307a40
2 changed files with 2 additions and 2 deletions

View File

@@ -35,4 +35,4 @@ using KernelTypes = ::testing::Types<std::tuple<F16, F16, F32, F16, F16, F16, Ro
std::tuple<F16, F16, F32, F16, F16, F16, Col, Col, Row, Row, Row>>;
TYPED_TEST_SUITE(TestGemmAddAddFastgelu, KernelTypes);
TYPED_TEST(TestGemmAddAddFastgelu, Test_BF16FP16) { this->Run(); }
TYPED_TEST(TestGemmAddAddFastgelu, Test_FP16FP16) { this->Run(); }

View File

@@ -66,4 +66,4 @@ using KernelTypes = ::testing::Types<std::tuple<F16, F16, F32, F16, F16, Row, Ro
std::tuple<I8, I8, I32, I8, I8, Col, Col, Row, Row>>;
TYPED_TEST_SUITE(TestGemmBilinear, KernelTypes);
TYPED_TEST(TestGemmBilinear, Test) { this->Run({{16, 32, 64}, {512, 2048, 4096}, {2048, 1024, 16}}); }
TYPED_TEST(TestGemmBilinear, Test) { this->Run(); }