clMathLibraries / clBLAS

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

gemm produces incorrect results when using python3 #203

Open pavanky opened 8 years ago

pavanky commented 8 years ago

Introduced in commit https://github.com/clMathLibraries/clBLAS/commit/1983aafaf090a8198dbde432d29f42f13bfe6e52 which enables clBLAS to be built with python3.

However this results in sgemm kernels returning invalid values.

pavanky commented 8 years ago

@TimmyLiu I am sorry about pushing that patch hastily. I checked to see that it built fine. I however did not run the tests. Building with python2 still works as expected.

I am investigating a fix for this.