Missing comma in trmm header (#604)

This commit is contained in:
Cliff Burdick 2022-08-25 13:07:33 -07:00 committed by GitHub
parent 536b20763e
commit abafbf2afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ namespace device {
cutlass::gemm::GemmUniversalMode, // Trmm Problem Mode
{m, n, m/n}, // GemmCoord problem_size (k is based on left- or right-side mode)
batch_count,
{alpha} // EpilogueOutputOp::Params epilogue_op_params
{alpha}, // EpilogueOutputOp::Params epilogue_op_params
void const * ptr_A,
void const * ptr_B,
void const * ptr_C,