ysh329 / OpenCL-101

Learn OpenCL step by step.
128 stars 29 forks source link

Add other OCL mini-projects/demos from github #1

Open ysh329 opened 7 years ago

ysh329 commented 7 years ago

OpenCL error codes (1.x and 2.x) - StreamHPC https://streamhpc.com/blog/2013-04-28/opencl-error-codes/

https://www.khronos.org/registry/OpenCL/sdk/1.2/docs/OpenCL-1.2-refcard.pdf

OpenCL Reference Pages https://www.khronos.org/registry/OpenCL/sdk/1.2/docs/man/xhtml/oclRefPages-Title.html

ysh329 commented 7 years ago

c++ - Error: free(): invalid next size (fast): - Stack Overflow https://stackoverflow.com/questions/4729395/error-free-invalid-next-size-fast

因为是free的问题,注释掉后发现就不报错了,但是最后几个都有问题,后来发现是中间创建的时候出了点小问题

ysh329 commented 7 years ago

CNugteren/myGEMM: Code appendix to an OpenCL matrix-multiplication tutorial https://github.com/CNugteren/myGEMM

OpenCL matrix-multiplication SGEMM tutorial https://cnugteren.github.io/tutorial/pages/page1.html

ysh329 commented 6 years ago

strin/mocha-gemm-profile: profiling gemm on android https://github.com/strin/mocha-gemm-profile

strin/gemm-android: tutorial to optimize GEMM performance on android https://github.com/strin/gemm-android

ysh329 commented 5 years ago

Hands On OpenCL by HandsOnOpenCL http://handsonopencl.github.io/