clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
843 stars 237 forks source link

Kernel compilation Error when performing transpose(A) * B on intel devices #49

Closed pavanky closed 10 years ago

pavanky commented 10 years ago

The code and the error can be seen here:

https://gist.github.com/pavanky/b19b5c7fca58e557510c

This only happens when using clblasTranspose for A and clblasNoTranspose for B. Everything else seems to work fine.

kknox commented 10 years ago

Fixed with PR #51