ysh329 / OpenCL-101

Learn OpenCL step by step.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add other OCL mini-projects/demos from github

ysh329 opened this issue · comments

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

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

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

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

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