How do I process code on the GPU?

Hello everyone,

I'm new to OpenGL and I have the following problem:
I have some source code and in order to make it faster I want it to be processed on the GPU.
All tutorials on OpenGL I found focus on how to render polygons in three-dimensional space etc. and even though it's very nice to see what OpenGL can do, it's not what I need. I just want to give a function to my graphics card, have it process my data and retrieve the result. Is there a tutorial on how to do this somewhere?

Regards, Squall83
I found some samples using OpenGL, Direct X, and some other stuff on NVIDIA GPUs. Although I can't really help you much more than that, as graphics is just not something I have dived into yet.
http://developer.download.nvidia.com/SDK/9.5/Samples/gpgpu_samples.html
Topic archived. No new replies allowed.