Add missing ComputeDatatype in contraction_multi_ABD_xdl_fp16 (#1024)

[ROCm/composable_kernel commit: 16eb824c90]
This commit is contained in:
Bartlomiej Wroblewski
2023-11-03 16:22:11 +01:00
committed by GitHub
parent 7d896f7d0d
commit 787296620c

View File

@@ -34,6 +34,7 @@ using AccDataType = F32;
using CShuffleDataType = F32;
using DDataType = F16;
using EDataType = F16;
using ComputeDataType = F16;
static constexpr ck::index_t NumDimM = 2;
static constexpr ck::index_t NumDimN = 2;
@@ -291,6 +292,7 @@ int main(int argc, char* argv[])
BDataType,
CShuffleDataType,
AccDataType,
ComputeDataType,
PassThrough,
BElementOp>;