Forgot your password?

typodupeerror

Comment: Re:How to conduct human trials (Score 1) 190

Why would you not expect all of the participants to (statistically speaking) modify their behaviour in the same way? If the people who get the real anti-HIV drug modify, and the people who get the placebo modify then the chances are good that the modifications will be evenly spread with a large enough sample pool. If, given the modified behaviour, the HIV drug performs with statistically meaningful results then you have a positive result from the study.

Comment: Re:more nukes :/ (Score 1) 103

by Xrikcus (#35434090) Attached to: NVIDIA To Push Into Supercomputing

Texture units clearly aren't cores, they're largely passive data pipelines. If you really look at a GPU more closely you can of course get far more complicated, The AMD architecture at the high end has two control flow cores with 24 SIMD coprocessors that execute blocks of non-control flow non-memory work. It is true that even those are hard to qualify as cores given their limited capabilities.

Without question a single SIMD lane is not a core, though.

Comment: Re:3 of Top5 Supercomputers already use NVIDIA GPU (Score 1) 103

by Xrikcus (#35432408) Attached to: NVIDIA To Push Into Supercomputing

One thing I've been really keen to know is what the utilisation is like on those supercomputers. We know they can do LINPACK really fast and more efficiently than the CPUs do, that's what you get for having a high ALU density, a few threads per core and wide SIMD structures. The question is: out of the algorithms that people intended to run on those supercomputers, then what level of efficiency are they hitting.

Are they still a net gain over a standard opteron-based machine? They may be, but I don't know the answer. What I heard about Roadrunner with its Cell chips was not so good.

"Today, of course, it is considered very poor taste to use the F-word except in major motion pictures." -- Dave Barry, "$#$%#^%!^%&@%@!"

Working...