Skip to content
Discussion options

You must be logged in to vote

Are you missing a factor of 2 in your flop count? i.e., for an [M, N] by [N, K] matmul you need MNK fused multiply-adds, which is 2MNK flops since each FMA is two ops.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hirayaku
Comment options

Answer selected by hirayaku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants