-
Notifications
You must be signed in to change notification settings - Fork 14
Test failure on i386 and armhf platforms #30
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
Comments
Is there any progress on this? |
Sorry about that, is this both on i386 and armhf? I suspect this is just a poor mapping between the types that we have -- we have perhaps assumed that the world is now 64 bit. Is there a simple way for us to test this ourselves? I can try to spend some time on this later this week but cannot test it, would you be willing to help test this if I push to a public branch for instance? |
Thanks @prabhuramachandran for the quick reply. |
@avalentino -- sorry my response times can be quite terrible sometimes. Thank you for your kind offer! I will try to push a fix to a branch and let you know this week. |
@avalentino -- can you please try the fix-32bit branch I have just pushed and see if that fixes the problem? Many thanks! Also there a way to easily test this on travis-ci to prevent issues going forward? |
Hi @prabhuramachandran unfortunately the test still fails on i386: https://salsa.debian.org/science-team/compyle/-/jobs/1047959 |
Thanks @avalentino, I have pushed another small change. Would it be possible to test the latest version of the branch? Thanks! |
Dear @prabhuramachandran the test still fails: https://salsa.debian.org/science-team/compyle/-/jobs/1049211
|
@avalentino -- Thanks for testing. I've made another fix which removes some unnecessary code. Let's hope this works. |
Hi, @prabhuramachandran it seems you are on the right way.
Is there a way to change the [1] https://salsa.debian.org/science-team/compyle/-/jobs/1054489 |
@avalentino -- I suspected as much, that cython will pass and opencl would not. At least I know where the issue is potentially and can work on a fix that works for both. Thanks for your patience. |
Hi @prabhuramachandran, just a reminder. |
@avalentino -- yes sorry, I am chasing down another urgent bug and should get to the issue later this week. |
@avalentino -- I have attempted a more robust fix and force pushed to the fix-32bit branch. Please let me know if this works. Thanks! |
@prabhuramachandran I can confirm that the new fix works correctly. thanks a lot. |
@avalentino -- thank you very much for testing! |
@avalentino -- this is now merged in master. Thanks for your patience! |
The text was updated successfully, but these errors were encountered: