Revert "[CK-TILE] Default epilogue, adding support for D (#2629)" (#2746)

This reverts commit 66774c8a1ccd0631a15dd994fdfeb1f020d3ecc6.

[ROCm/composable_kernel commit: 508e7912f9]
This commit is contained in:
John Afaganis
2025-08-26 10:48:49 -06:00
committed by GitHub
parent 4f649d35b9
commit c8047ebb8b
10 changed files with 422 additions and 618 deletions

View File

@@ -31,14 +31,9 @@ DEFAULT_EPILOGUE = """
using GemmEpilogue = ck_tile::DefaultGemm2DEpilogue<
ck_tile::DefaultGemm2DEpilogueProblem<ADataType,
BDataType,
ck_tile::tuple<>,
AccDataType,
CDataType,
ck_tile::tuple<>,
CLayout,
ck_tile::element_wise::PassThrough,
TilePartitioner::MPerBlock,
TilePartitioner::NPerBlock,
kPadM,
kPadN,
WarpTileM,