Skip to content

Commit

Permalink
Adds missing semicolon (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
alihassanijr authored Jan 10, 2023
1 parent 1cd994b commit a1046d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cutlass/arch/mma.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<F32> output element
Expand Down

0 comments on commit a1046d4

Please sign in to comment.