Clean up + add TODO comment about A-column-wise/B-row-wise layout

This commit is contained in:
Damien Lejeune
2025-10-01 12:44:32 +00:00
parent b8624c540d
commit c07cec8809
4 changed files with 13 additions and 111 deletions

View File

@@ -61,6 +61,7 @@ using KernelTypesMem = ::testing::Types<
std::tuple< Col, Col, Row, F8, F8, F32, F16, I256, I256, I64, I32, I32, I16, Intrawave, Mem, UseLDS, UseLDS>,
std::tuple< Col, Col, Row, F8, F8, F32, F16, I256, I256, I64, I32, I32, I16, Interwave, Mem, UseLDS, UseLDS>,
// SkipALds/SkipBLds
// TODO: Add A column-wise/B row-wise layout implementation and tests for the SkipLDS feature
std::tuple< Row, Col, Row, F16, F16, F32, F16, I256, I256, I64, I32, I32, I16, Interwave, Mem, UseLDS, SkipLDS>,
std::tuple< Row, Col, Row, F16, F16, F32, F16, I256, I256, I64, I32, I32, I16, Interwave, Mem, SkipLDS, UseLDS>,
std::tuple< Row, Col, Row, F16, F16, F32, F16, I256, I256, I64, I32, I32, I16, Interwave, Mem, SkipLDS, SkipLDS>,