Accessing multiple GPUs with Tao.OpenGL?
Submitted by jhurliman on May 29, 2008 - 6:34am.
I'm working on GPGPU code with Tao.OpenGL and wondering if it is possible to expand beyond a single GPU and use multiple GPUs in parallel. I searched the forum without much luck, apologies if this has already been answered.

I think you have to create a
I think you have to create a seperate opengl context for each device...
----------------------
Download Tao svn snapshot build
Experimental Tao rpms (OpenSUSE Build Service)
Tao doesn't have any
Tao doesn't have any specific support for that, but you should be able to create the relevant contexts using the Tao.Platform.* namespaces.
------
OpenTK