Adds missing semicolon (#759)

This commit is contained in:
Ali Hassani
2023-01-09 18:50:46 -08:00
committed by GitHub
parent 1cd994b4cf
commit a1046d49c1

View File

@ -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