Krita/OpenCL knowledgebase: Difference between revisions
< Krita
(Created page with '= Interesting introduction blogposts = * http://procworld.blogspot.com/2010/11/opencl-first-iteration.html * http://procworld.blogspot.com/2011/01/opencl-second-iteration.html') |
(added links to tutorial,books or libraries) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
= Interesting introduction blogposts | GPU and OpenGL features and preferences in PS: | ||
* http://www.nvidia.com/object/adobe_photoshop.html | |||
* http://kb2.adobe.com/cps/405/kb405745.html | |||
NVidia documentation <br /> | |||
* http://developer.nvidia.com/object/cuda_3_2_downloads.html#Linux | |||
* OpenCL Programming Guide | |||
* OpenCL Best Practices Guide | |||
* OpenCL Implementation Notes | |||
Tutorials: | |||
* 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 | |||
* 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
- http://developer.nvidia.com/object/cuda_3_2_downloads.html#Linux
- OpenCL Programming Guide
- OpenCL Best Practices Guide
- OpenCL Implementation Notes
Tutorials:
- 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 :
Interesting introduction blogposts
- http://procworld.blogspot.com/2010/11/opencl-first-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