Skip to content

Commit

Permalink
rotg: tweak PAPI comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Jun 19, 2024
1 parent 268730e commit e793b74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/rotg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void rotg(
element = { 1 };
counter::insert( element, counter::Id::rotg );

// This operation does not incur any FLOPs, so no
// This operation does not incur significant FLOPs, so no
// need to call counter::inc_flop_count()
#endif

Expand All @@ -52,7 +52,7 @@ void rotg(
element = { 1 };
counter::insert( element, counter::Id::rotg );

// This operation does not incur any FLOPs, so no
// This operation does not incur significant FLOPs, so no
// need to call counter::inc_flop_count()
#endif

Expand All @@ -74,7 +74,7 @@ void rotg(
element = { 1 };
counter::insert( element, counter::Id::rotg );

// This operation does not incur any FLOPs, so no
// This operation does not incur significant FLOPs, so no
// need to call counter::inc_flop_count()
#endif

Expand All @@ -99,7 +99,7 @@ void rotg(
element = { 1 };
counter::insert( element, counter::Id::rotg );

// This operation does not incur any FLOPs, so no
// This operation does not incur significant FLOPs, so no
// need to call counter::inc_flop_count()
#endif

Expand Down
4 changes: 2 additions & 2 deletions src/rotmg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void rotmg(
element = { 1 };
counter::insert( element, counter::Id::rotmg );

// This operation does not incur any FLOPs, so no
// This operation does not incur significant FLOPs, so no
// need to call counter::inc_flop_count()
#endif

Expand All @@ -55,7 +55,7 @@ void rotmg(
element = { 1 };
counter::insert( element, counter::Id::rotmg );

// This operation does not incur any FLOPs, so no
// This operation does not incur significant FLOPs, so no
// need to call counter::inc_flop_count()
#endif

Expand Down

0 comments on commit e793b74

Please sign in to comment.