cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

hosain_ali
Journeyman III

OpenCL visualization .. How ?!

hi all,

my graduation project is on parellalizing some algorithms, i'm already developped them, but i still want to visualize my work to make it easy to understand and show the great benifit of parallelization ..,

so any advice is welcomed !!

thanks in advance,

0 Likes
4 Replies
nou
Exemplar

http://www.youtube.com/watch?v=fKK933KK6Gg

0 Likes

:Q WOW, but i still want to visualize my algorithm not to show parallel concept.

so is there any libarary that visualize the computation down below.

if u have any idea please share it,

thank u !

0 Likes

What you really want is "OpenCL/OpenGL Interoperability". For more details, read section 9.12 of the OpenCL specs:

http://developer.amd.com/gpu/ATIStreamSDK/assets/opencl-1.0.48.pdf

or this one:

http://www.khronos.org/registry/cl/specs/opencl-1.x-latest.pdf#page=279

and this:

http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/gl_sharing.html

 

You can find practical examples on how to do it from various source. Look, for instance, at the following forum:

http://forums.amd.com/forum/messageview.cfm?catid=390&threadid=124232

Note, that this feature comes as an extension, which, in case of ATI Stream SDK is available only with the latest version 2.1. The extension name is "cl_khr_gl_sharing".
Good luck!

 

0 Likes

Originally posted by: hosain_ali WOW, but i still want to visualize my algorithm not to show parallel concept.

 

so is there any libarary that visualize the computation down below.

 

if u have any idea please share it,

 

thank u !

 

glut and glew could be a good option.

0 Likes