Adds missing semicolon (#759)
This commit is contained in:
parent
1cd994b4cf
commit
a1046d49c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user