2016-04-05 19:44 GMT+02:00 Nathaniel Smith <n...@pobox.com>:
>
>> I propose to hold off distributing the OpenBLAS wheels until the
>> OpenBLAS tests are clean on the OpenBLAS buildbots - any objections?
>
> Alternatively, would it make sense to add a local patch to our openblas
> builds to blacklist the piledriver kernel and then distribute them now? (I'm
> not immediately sure what would be involved in doing this but it seems
> unlikely that it would require anything tricky?)

I tried to force use the NEHALEM or the BARCELONA driver on a PILEDRIVER
AMD box and while it fixes the original test failure in isolve it
causes this other
scipy test to fail:

======================================================================
FAIL: test_nanmedian_all_axis (test_stats.TestNanFunc)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/scipy/stats/tests/test_stats.py",
line 242, in test_nanmedian_all_axis
    assert_equal(len(w), 4)
  File "/usr/local/lib/python2.7/site-packages/numpy/testing/utils.py",
line 375, in assert_equal
    raise AssertionError(msg)
AssertionError:
Items are not equal:
 ACTUAL: 1
 DESIRED: 4

-- 
Olivier
http://twitter.com/ogrisel - http://github.com/ogrisel
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to