mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-13 10:37:42 +00:00
added missing changes
This commit is contained in:
@@ -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(); }
|
||||
|
||||
@@ -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(); }
|
||||
|
||||
Reference in New Issue
Block a user