Skip to content

Commit

Permalink
fixed SLM typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alheinecke committed Jan 2, 2022
1 parent 11dec29 commit ef02326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion level0/peak/peak.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ int main(int argc, char* argv[]) {
l_flops = 1.0*8.0*(100.0*100.0)*(100.0*100.0);
#endif
#ifdef BENCH_SLMSSE
l_flops = 4.0*15.0*(100.0*100.0)*(100.0*100.0);
l_flops = 4.0*16.0*(100.0*100.0)*(100.0*100.0);
#endif
#ifdef BENCH_SSE
l_flops = 4.0*16.0*(100.0*100.0)*(100.0*100.0);
Expand Down

0 comments on commit ef02326

Please sign in to comment.