mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-08 16:17:16 +00:00
resolved error tests.
This commit is contained in:
@@ -33,7 +33,7 @@ class TestGemmAdd : public TestGemmD0Common<Tuple>
|
||||
decltype(ProfileGemmAddImpl) GetImpl() override { return ProfileGemmAddImpl; }
|
||||
};
|
||||
|
||||
using KernelTypes = ::testing::Types<std::tuple<F16, , F16, F32, F16, F16, Row, Row, Row, Row>,
|
||||
using KernelTypes = ::testing::Types<std::tuple<F16, F16, F32, F16, F16, Row, Row, Row, Row>,
|
||||
std::tuple<BF16, BF16, F32, BF16, BF16, Row, Row, Row, Row>>;
|
||||
|
||||
TYPED_TEST_SUITE(TestGemmAdd, KernelTypes);
|
||||
|
||||
Reference in New Issue
Block a user