linnanwang / BLASX

a heterogeneous multiGPU level-3 BLAS library
45 stars 11 forks source link

bugfix for cgemm and zgemm #2

Closed springer13 closed 8 years ago

springer13 commented 8 years ago

This bugfix fixes some issues related to the cgemm an zgemm calls that will be handled by cublasXT

springer13 commented 8 years ago

please have look at the bugfix in amax.c

I was not able to compile blasX without this fix on my mac (using clang). Thanks

springer13 commented 8 years ago

minor bugfix & zgemm support added