On 18/05/15 06:09, Chris Barker wrote: > IIUC, The Intel libs have the great advantage of run-time selection of > hardware specific code -- yes? So they would both work and give high > performance on most machines (all?).
OpenBLAS can also be built for dynamic architecture with hardware auto-detection. IIRC you build with DYNAMIC_ARCH=1 instead of specifying TARGET. Apple Accelerate Framework does this as well. Sturla _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
