Re: flop counter



Pietro <nvidiaus@xxxxxxxxx> wrote:

is there any free routine that counts flop in a fortran program run?

I don't off-hand know. Might be, but I'm posting to give one caveat...

I haven't seen much about flops "recently" (in the last decade or so). I
believe that most of the reason is that flops just aren't very relevant
to today's machines. It used to be that flops were at least a half
reasonable unit of computational cost; they were never a great one, but
were at least half reasonable. Flops per second was a widely cited unit
of speed, and minimizing flops was a goal for algorithm efficiency.

However, flops just are so poor a measure today that they aren't much
used any more... or at least if they are used, they manage to escape
much attention. Floatting point operations just aren't usually the
performance determiner. Things like memory bandwidth tend to be a much
bigger issue, even for number-crunching codes.

So if that's why you want to count flops, be aware that they probably
aren't very good for the purpose today.

--
Richard Maine | Good judgement comes from experience;
email: last name at domain . net | experience comes from bad judgement.
domain: summertriangle | -- Mark Twain
.



Relevant Pages

  • Re: AK discussion hand - part 1
    ... TAG, I'm reluctant to fold. ... Flatting here is setting myself up to give up on many flops, ... some reason I felt he wasn't folding pre-flop here. ...
    (rec.gambling.poker)
  • Re: continuation bets
    ... good a reason to enter a pot with garbage. ... a lot of flops, but when it flops big here it will win big. ... playing it for it's high card value (though there is a little bit, ...
    (rec.gambling.poker)
  • Re: Newbie Omaha Question (PLO)
    ... 'em, and the idea is to see a reasonable number of flops, is it a good idea ... reason to focus preflop much more on position than on hand value, ... stakes PLO cash games, ... I just read a pre-release copy of Jeff Hwang's Pot Limit Omaha Poker and ...
    (rec.gambling.poker)
  • Re: Newbie Omaha Question (PLO)
    ... On Nov 28 2007 12:11 PM, Palooka wrote: ... 'em, and the idea is to see a reasonable number of flops, is it a good idea ... reason to focus preflop much more on position than on hand value, ... At present, my Omaha ...
    (rec.gambling.poker)
  • Re: flop counter
    ... I haven't seen much about flops "recently". ... believe that most of the reason is that flops just aren't very relevant ... algorithms just to know if i'm doing extra-non-ncessary work. ... function mult(x, y) result ...
    (comp.lang.fortran)