happy medium
Lifer
I don't know much about folding. Is this for real? I read it and it seems legit.
Link:http://www.xtremesystems.org/F...?p=4068556#post4068556
Link:http://www.xtremesystems.org/F...?p=4068556#post4068556
Originally posted by: happy medium
I don't know much about folding. Is this for real? I read it and it seems legit.
Link:http://www.xtremesystems.org/F...?p=4068556#post4068556
Originally posted by: wlee15
F@H GPU does not use double precision nor would it benefit much from double precision.
Originally posted by: wlee15
F@H GPU does not use double precision nor would it benefit much from double precision.
It's more complicated than that. Floating point precision is arbitrary; we could approach infinitely precise numbers, at a cost of infinite computational resources. There are multiple levels of precision, depending on what you need to do. For some things single precision (float) is precise enough, and for other things you're going to want to use a double or more. A higher level of precision isn't better if you don't need it.Originally posted by: Ben90
Originally posted by: wlee15
F@H GPU does not use double precision nor would it benefit much from double precision.
Why is that? I was under the impression that gpus basically just estimated the answer and its not always 100% correct. For something as complicated as protein folding i would think one small rounding error would butterfly effect. Is it something where it already double checks answers in the code, or does 1 small miscalculation not really matter in the grand scheme of things, or something entirely different?
Originally posted by: wlee15
F@H GPU does not use double precision nor would it benefit much from double precision.
Originally posted by: Scholzpdx
Originally posted by: happy medium
I don't know much about folding. Is this for real? I read it and it seems legit.
Link:http://www.xtremesystems.org/F...?p=4068556#post4068556
I almost thought this was a Wreckage thread.
How did you see this before him?
Originally posted by: GLeeM
Originally posted by: wlee15
F@H GPU does not use double precision nor would it benefit much from double precision.
I recently read at F@H forum that there are no "double" GPU work units ... yet.
They were limiting GPU work to single (at least for now), as double would take eight times longer.
Originally posted by: bryanW1995
Originally posted by: GLeeM
Originally posted by: wlee15
F@H GPU does not use double precision nor would it benefit much from double precision.
I recently read at F@H forum that there are no "double" GPU work units ... yet.
They were limiting GPU work to single (at least for now), as double would take eight times longer.
I would expect that with the vastly increase dp performance of fermi they will be able to run dp on it in the future.
Originally posted by: Idontcare
Originally posted by: wlee15
F@H GPU does not use double precision nor would it benefit much from double precision.
I would be totally astounded if this were true. Computational chemistry requires rigorous mathematical precision.
The energy changes brought about by changes in conformation (i.e. the process of the protein folding) involve taking the difference between two very large numbers and the rounding errors of single-precision would be disastrous to the error bars of such deltas.