From a1046d49c18465ae8f25187c4c4f3db9ea1278f2 Mon Sep 17 00:00:00 2001 From: Ali Hassani <68103095+alihassanijr@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:50:46 -0800 Subject: [PATCH] Adds missing semicolon (#759) --- include/cutlass/arch/mma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cutlass/arch/mma.h b/include/cutlass/arch/mma.h index 7385d882..2bcabb2d 100644 --- a/include/cutlass/arch/mma.h +++ b/include/cutlass/arch/mma.h @@ -70,7 +70,7 @@ struct OpMultiplyAddFastF16 {}; /// Tag indicating the input is converted to 2 (big and small) TF32 components // Perform 3xTF32 or 4xTF32 for every F32 output element -struct OpMultiplyAddFastF32 {} +struct OpMultiplyAddFastF32 {}; /// Tag indicating the input is converted to 2 (big and small) TF32 components // Perform 3xTF32 or 4xTF32 for every complex output element