jogamp
›
jogl
Login
Register
Search
everywhere
only in this topic
Advanced Search
How to do Parallel programming using JOGL
Classic
List
Threaded
♦
♦
Locked
2 messages
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
Manjunatha Bhat
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Apr 07, 2018; 5:46pm
How to do Parallel programming using JOGL
I need Information about parallel execution of JOGL Code on GPU .How can i Achieve parallelism using JOGL? and How to calculate the time required to run and execute the program using CPU and GPU? Any Suggestion is appreciable.
gouessej
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Apr 07, 2018; 6:16pm
Re: How to do Parallel programming using JOGL
Administrator
OpenGL in general doesn't give an explicit control on how it parallelizes the operations.
If I were you, I would look at JOCL:
http://jogamp.org/jocl/www/
Another option is the compute shader stage:
https://www.khronos.org/opengl/wiki/Compute_Shader
Julien Gouesse |
Personal blog
|
Website
Free forum by Nabble
Edit this page