Krita/OpenCL knowledgebase: Difference between revisions
< Krita
(added links to tutorial,books or libraries) |
|||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
NVidia documentation <br /> | NVidia documentation <br /> | ||
http://developer.nvidia.com/object/cuda_3_2_downloads.html#Linux | * http://developer.nvidia.com/object/cuda_3_2_downloads.html#Linux | ||
* OpenCL Programming Guide | * OpenCL Programming Guide | ||
* OpenCL Best Practices Guide | * OpenCL Best Practices Guide | ||
* OpenCL Implementation Notes | * 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 | 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