Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Sep 16, 2024
1 parent 67887cd commit d2622a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nnc/mfa/v2/AttentionKernelDescriptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bool AttentionKernelDescriptor::operator==(const AttentionKernelDescriptor& rhs)
registerPrecisions == rhs.registerPrecisions &&
transposeState == rhs.transposeState &&
leadingDimensions == rhs.leadingDimensions &&
type == rhs.type &&;
type == rhs.type &&
scale == rhs.scale;
}

Expand Down

0 comments on commit d2622a3

Please sign in to comment.