What does FAH use? 32bit float vs 32 bit int?

Moderators: Site Moderators, FAHC Science Team

Post Reply
MeeLee
Posts: 1375
Joined: Tue Feb 19, 2019 10:16 pm

What does FAH use? 32bit float vs 32 bit int?

Post by MeeLee »

Does FAH use more Integer, or more Floating operations for processing WUs?
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: What does FAH use? 32bit float vs 32 bit int?

Post by bruce »

In theory, FAH computations are primarily FP32 plus limited amounts of FP64 and Int.

Surely somebody has done some actual instruction profiling and can back up my estimates (call them guesses if you want) with measured information, even if it's for GROMACS.
JohnChodera
Pande Group Member
Posts: 470
Joined: Fri Feb 22, 2013 9:59 pm

Re: What does FAH use? 32bit float vs 32 bit int?

Post by JohnChodera »

Some molecular simulation packages can make great use of INT32 to mimic fixed-precision, but unfortunately, the newer GPUs don't seem to support INT32 for the fancy tensor cores.

~ John Chodera // MSKCC
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: What does FAH use? 32bit float vs 32 bit int?

Post by bruce »

I though I saw some announcement data on int32 for Ampere but I wasn't particularly interested.

There's probably some advantage to 31 bit fixed precision as opposed to 24 bit floats ... probably including speed on a CPU but probably not on a GPU.
Post Reply