Krita/OpenCL knowledgebase: Difference between revisions

From KDE Community Wiki
No edit summary
(added links to tutorial,books or libraries)
 
Line 11: Line 11:
Tutorials:
Tutorials:
* http://www.khronos.org/developers/resources/opencl/#ttutorials
* http://www.khronos.org/developers/resources/opencl/#ttutorials
 
* amd OpenCl programming guide : http://developer.amd.com/zones/OpenCLZone/courses/Documents/Introduction_to_OpenCL_Programming%20Training_Guide%20(201005).pdf
* General GPU programming with the 3 GPU gems for free on Nvidia website :
**1 => http://http.developer.nvidia.com/GPUGems/gpugems_part01.html
**2 => http://http.developer.nvidia.com/GPUGems2/gpugems2_part01.html
**3 => http://http.developer.nvidia.com/GPUGems3/gpugems3_part01.html
Interesting introduction blogposts
Interesting introduction blogposts
* http://procworld.blogspot.com/2010/11/opencl-first-iteration.html
* http://procworld.blogspot.com/2010/11/opencl-first-iteration.html
* http://procworld.blogspot.com/2011/01/opencl-second-iteration.html
* http://procworld.blogspot.com/2011/01/opencl-second-iteration.html
Libraries :
*NVidia performance primitives for CUDA, really interesting functions for image processing like resizing, warp transformation and mirror : http://www.nvidia.com/content/GTC/documents/1028_GTC09.pdf

Latest revision as of 21:27, 19 March 2011

GPU and OpenGL features and preferences in PS:

NVidia documentation

Tutorials:

Interesting introduction blogposts

Libraries :