mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 02:54:21 +00:00
GemmGemm TNNT instances (#399)
* add gemm_gemm TNNT instance
* sanitize Gemm1KPack
* disable instances that failed validation on mi100
[ROCm/composable_kernel commit: fe52c94c98]
This commit is contained in:
@@ -11,7 +11,8 @@ class TestBatchedGemmGemmFP16 : public TestBatchedGemmGemm<Tuple>
|
||||
|
||||
// clang-format off
|
||||
using KernelTypes = ::testing::Types<
|
||||
std::tuple<F16, F16, F16, F16, Row, Col, Row, Row>
|
||||
std::tuple<F16, F16, F16, F16, Row, Col, Row, Row>,
|
||||
std::tuple<F16, F16, F16, F16, Row, Col, Col, Row>
|
||||
>;
|
||||
// clang-format on
|
||||
|
||||
|
||||
Reference in New Issue
Block a user