[Tickets] [Orxonox] #363: Evaluate OpenCL support

Orxonox trac at orxonox.net
Tue Nov 9 09:55:00 CET 2010


#363: Evaluate OpenCL support
-------------------------+--------------------------------------------------
 Reporter:  scheusso     |       Owner:  nobody                         
     Type:  enhancement  |      Status:  new                            
 Priority:  normal       |   Milestone:  Version 0.2 Codename: Bellatrix
Component:  misc         |     Version:  0.2.0                          
 Severity:  minor        |    Keywords:                                 
-------------------------+--------------------------------------------------
 OpenCL is a library that allows to relay certain parts of your code to the
 GPU of your graphics card and computes it there with parallel power. While
 CUDA as a similar example only runs on NVidia cards, OpenCL is the open-
 source and hardware independent implementation of such a solution.

 Your task is to identify possible candidates of code snippets that can be
 run in parallel and thus increase the speed of the game on such hardware.
 Because the graphics rendering cycle is run on the graphics card as well,
 the code from OpenCL should not get into the way of graphics calculations
 and slow down the game.

 Candidates for parallel computing may be AI or physics.

 Also estimate effort and necessary changes in comparison of probable speed
 up. If it's not worth it, we won't do it.

-- 
Ticket URL: <www.orxonox.net/ticket/363>
Orxonox <http://www.orxonox.net>
Orxonox Open Source game



More information about the Tickets mailing list