Open pavanky opened 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.
@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.
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.