-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cannot build torchsearchsorted under ubuntu 16.04 #3
Comments
hi @iago-lito , could you try again to pull the |
Thank you for support :) I did. Well, this step passed, but a whole bunch of new ones followed :\ See the complete output here. Would it be a problem with compilers / cuda / python versions? |
damn, which version of cuda are you using? |
Wops, I didn't write the whole output, sorry for that:
This is rather old I think. I'm in touch with the admin, but there is no guarantee it'll be upgraded soon.. :\ |
I tried something else, sorry for the inconvenience. Could you please start again pulling |
Not much progress.. X) |
are you using torch 1.0 ? |
Yupe:
|
OK, I'm sorry since I cannot reproduce the bug, I got difficulties fixing it. Could you investigate the problem ? It seems to be around these |
I understand. I'll do my best. But I won't if an simple upgrade fixes the error, and I will investigate this option first. |
that was quick yeah, this is all working on cuda 10. I did not test, but it's clearly a pity that such a stupid cast between integers is causing so much troubles. I apologize for this |
I guess this implementation only works on cuda 10. |
true, although having a cast that works on cuda < 10 is probably just a trivial change of one line. I'd welcome it gladly |
I've got the test.py case working in 16.04 with cuda9.2, as an FYI. |
Following the instructions given there, I get the following error running
python setup.py install
:The machine I try to compile it on is quite not up-to-date I think. However, I cannot upgrade it for I have no root access :\
Yet the hardware is good :P
What should I do?
The text was updated successfully, but these errors were encountered: