GPGPU before CUDA and OpenCL?

There were a number of approaches to GPGPU before CUDA and OpenCL came along, e.g. The Brook and Cg programming languages.

Both approaches look very useful, although for what I can see most of the applications where for games. Still I wonder why they weren't as mainstream as CUDA and OpenCL for other general purpose computations. Maybe it had nothing to do with the languages themselves but instead with people not seen the potential for other kind of applications.

For what I've read there weren't speedups as great as with the newer approaches so maybe there's also a technical reason (was no really worth it? ). Guess I'll have to keep reading about them.

– kirbuchi Jul 11 '10 at 5:47 1 At the time GPUs were a lot less flexible and so were suitable for a much smaller subset of applications than current GPUs. More recently GPUs have gained a lot more general purpose capabilities and the introduction of CUDA and OpenCL has made it relatively easy to exploit this. I guess CUDA was really the "tipping point" for GPGPU applications.

– Paul R Jul 11 '10 at 8:02.

It was mostly used in research. Of course, some GPGPU techniques was applied for software which needed to put pixels on the screen and for games, but mostly it was a research thingy.

If you're interested in the history, I think one of the earliest papers that made people realize GPGPU was possible was a SIGGRAPH 2000 paper by some SGI guys at the time, "Interactive Multi-Pass Programmable Shading". The idea was that they could translate any RenderMan Shading Language shader into a sequence of OpenGL calls (plus a few extensions). The amazing part about this is that it used no programmable shaders at all - it was all based on setting the right parameters to the blending equations and using many passes.

The numerical precision was laughable (8 or 16 bits fixed-point), but the idea of using graphics hardware to compute was there. From that point, they could do fancier per-pixel things, which together with the hardware improvement quickly led to the GPGPU fluid flow solvers circa 2003. Which is about the time everyone collectively blushed at the gigantic hack it all was, leading to CUDA and OpenCL.

Very nice! I'll give it a look. – kirbuchi Jul 18 '10 at 10:48.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions