clMathLibraries / clBLAS

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

fix the compilation bug about c(z)dotc_ in issue #142 and issue #184. #242

Closed tingxingdong closed 8 years ago

tingxingdong commented 8 years ago

In clblas' "blas-lapack.c" , "cdotu" call "cdotusub_" in linux branch. Yet, in fact, it is unnecessary since there is a "cdotu" routine implementation in BLAS. Similar reason applies on cdotu, zdotu,zdotc.


This change is Reviewable

TimmyLiu commented 8 years ago

Reviewed 1 of 1 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.


Comments from the review on Reviewable.io