What does FAH use? 32bit float vs 32 bit int?
Moderators: Site Moderators, FAHC Science Team
What does FAH use? 32bit float vs 32 bit int?
Does FAH use more Integer, or more Floating operations for processing WUs?
Re: What does FAH use? 32bit float vs 32 bit int?
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.
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.
Posting FAH's log:
How to provide enough info to get helpful support.
How to provide enough info to get helpful support.
-
- Pande Group Member
- Posts: 467
- Joined: Fri Feb 22, 2013 9:59 pm
Re: What does FAH use? 32bit float vs 32 bit int?
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
~ John Chodera // MSKCC
Re: What does FAH use? 32bit float vs 32 bit int?
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.
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.
Posting FAH's log:
How to provide enough info to get helpful support.
How to provide enough info to get helpful support.