Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:This is great - sort of (Score 1) 289

The compiler does a lot of unrolling. Newer GPUs do have actual branch instructions, but they have enough locality restrictions that you'd have a hell of a time making them fully general. Restrictions on what you can write back are also not particularly fun.

It's still turing-complete all right, but the memory fetch latencies and other restrictions would make it absolutely hellish to run an OS on a GPU, which is why they don't run one.

Comment Re:This is great - sort of (Score 1) 289

Video cards run nothing like an OS on the hardware, and you won't be getting one running yourself. Most GPUs don't have branch instructions (newer ones kind of do, but only in the "skip forward" sense). It's kinda hard to run an OS without those.

Now it is fair to say that the _driver_ is a sort of microkernel OS all its own (and also has an optimizing compiler at that), but it does still use your CPU to execute it.

Comment Re:Nice of them to change the color (Score 2, Informative) 351

Nvidia's entire 19x series of drivers have consistently been a problem with fallout 3, ranging from stuttering to BSOD's. I recommend installing the WHQL Release 186. I never had bluescreens, but it stuttered like mad til I reverted to 186. Got a few graphical glitches in complex geometry (clipping mostly) but they were minor and the smoothness was worth it. I'll give this to nvidia, at least they do make the earlier drivers easily available.

Now if someone could tell me which drivers will play nice with both Dragon Age and Anno 1404... Don't tell me, ATI, right?

Slashdot Top Deals

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...