[Numpy-discussion] Why using cblas in umath_test ?

David Cournapeau cournape at gmail.com
Sat Mar 7 12:01:41 EST 2009


On Wed, Mar 4, 2009 at 10:13 PM, David Cournapeau
<david at ar.media.kyoto-u.ac.jp> wrote:

>    Is there a rationale for using cblas at all ? Why not using straight
> C functions - it is not like we care about speed for tests, right ? Or
> am I missing something ?

Since nobody reacted, I removed the corresponding cblas calls, and use
the straightforward pure C implementation instead.

David



More information about the NumPy-Discussion mailing list