Proposals:GPU Integration: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
= The Opportunity = | = The Opportunity = | ||
GPUs offer the opportunity | GPUs offer the opportunity for accelerating the execution of certain ITK filters. | ||
= Proposal= | = Proposal= | ||
In collaboration with [[http://www.interactivesupercomputing.com/ Interactive Supercomputing]] we are looking into the possibilities of adding GPU acceleration to particular algorithms in ITK. | |||
== The Methodology == | |||
The methodology suggested so far, is to take advantage of the Factory mechanism built-in ITK to create specialized versions of specific image filter. These | |||
specialized versions will take advantage of a GPU-based implementation. | |||
Since the acceleration requires to hand-craft the code, this will only be implemented for a few selected algorithms that are considered to be critical for the benefit of the ITK community. | |||
= Wishlist = | = Wishlist = | ||
We are looking for your feedback to define the list of algorithms that are good candidates for GPU acceleration. | |||
Please add here the types of applications that you would consider to be good candidates for creating GPU-based specialized implementations. | Please add here the types of applications that you would consider to be good candidates for creating GPU-based specialized implementations. |
Revision as of 15:56, 10 December 2007
The Opportunity
GPUs offer the opportunity for accelerating the execution of certain ITK filters.
Proposal
In collaboration with [Interactive Supercomputing] we are looking into the possibilities of adding GPU acceleration to particular algorithms in ITK.
The Methodology
The methodology suggested so far, is to take advantage of the Factory mechanism built-in ITK to create specialized versions of specific image filter. These specialized versions will take advantage of a GPU-based implementation.
Since the acceleration requires to hand-craft the code, this will only be implemented for a few selected algorithms that are considered to be critical for the benefit of the ITK community.
Wishlist
We are looking for your feedback to define the list of algorithms that are good candidates for GPU acceleration.
Please add here the types of applications that you would consider to be good candidates for creating GPU-based specialized implementations.
- Deformable registration
- Level Sets