-
Notifications
You must be signed in to change notification settings - Fork 193
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
test_complex_conj fails with xsimd 8 #1943
Comments
Which version of pythran is that? It seems to pass correctly on master. |
This is pythran 0.10.0 |
Wouldn't that be easier if I just do a release next week?
|
In a sense :) You are right, 418bd3e does not apply cleanly to 0.10.0. So I'll wait for the new version before testing again with xsimd 8. But no rush. pythran is a new package for debian, it's in the NEW queue (https://ftp-master.debian.org/new.html). It may take some time to get processed and placed into the package archive. So it won't be available to our users until that is done anyway. Is the patch backwards-compatible, i.e. does the latest git head, with the patch applied, still build against the older xsimd 7.6 as well as xsimd 8? |
ok, it's good to have xsimd 8 in a new release anyway. And no, xsimd 8 and xsimd 7 are not compatible (thus the major version bump) |
@drew-parsons I believe we can close that issue: the new release depends on xsimd 8, and that should be enough for you, correct? |
That's fine for me, thanks Serge. |
Running pythran tests, all pass with xsimd 7.6 (xtensor 0.23).
But with xsimd 8.0.3 (xtensor 0.24.0), TestBase.test_complex_conj fails, with the following errors collected in stderr:
The text was updated successfully, but these errors were encountered: