-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scikit-cuda test failed #299
Comments
The error is not coming from a failed skcuda test because "OK" was printed after the tests were all run and the traceback doesn't come directly from a test. I can't replicate the problem with those package versions and Python 3.8.2; can you please try an earlier version of numpy? |
Tried numpy 1.17.5 on scikit-cuda 0.5.3, pycuda from git and python-3.8.5 still same test error (which probably is harmless) With sciki-cuda master there is one additional test error
I think you need a pay subscription to get libmagma.so from MAGMA. |
There might be a fix for this issue in numpy 1.19+ - try that and see what happens. Magma is free software - you don't need to pay any subscription to obtain it. I actually built a conda package for it once that contains the shared library, although it probably ought to be updated to the latest version. |
Really??!! From SAGE's manifesto 'Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab' https://www.sagemath.org/ So I take that to mean Magma is not free, rather like Maple, Mathematica and Matlab. |
The MAGMA used by scikit-cuda is this one. The software that SAGE manifesto is referring to is a different MAGMA for computer algebra. |
The reported error is not present anymore in numpy 1.19 (see numpy/numpy#14384), so this can probably be closed. |
Compiled scikit-cuda from source, build no problem but one test failed
The output for
python setup.py test
In addition
pycuda 2019.1.2
numpy 1.18.4
The text was updated successfully, but these errors were encountered: