-
Notifications
You must be signed in to change notification settings - Fork 84
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
Can you give me some advises on makefile? #51
Comments
Hi. The same problem appears. Have you got the solution? |
This can be solved by: |
Thank you. I've executed same commands, but problem is not solved. |
Hi, @GopiRajuMatta. I just fix the bug by what I wrote. And my environment is tf.version == 1.15 and cuda == 10.0. |
Hi, @TerenceCYJ Thank you Terence, It was built without any error. But when I try to run demo.py, it is throwing this error. " Any idea, where it went wrong? Thank you |
Hi, Gopi. I think you should check your pc_distance. |
Thank you Terence. These are the files after make, it has all the files as you reported. However, I am getting the reported error. Thank you |
Hi Terence, It seems, problem is with file tf_nndistance_so.so. It was compiled without errors. But I am not sure, why I am getting that particular error. I have used cuda=9.0, tf.version == 1.15. Is there any problem with this? If you don't mind, can you please share with me your compiled pc_distance folder. Thank you |
I encountered the same issues. After several days of bashing my head against the desk, I got the code up and running using the following steps:
Hope this helps! |
@mihaimorariu, I really appreciate your help. Thank you so much |
Hi I am having exactly same error when running demo.py. Have you figured it out @GopiRajuMatta ? |
Hello @francisduan Presently, I am working on other problem. @mihaimorariu would be able to help you. Thank you |
Hello guys, Has anyone of you resolved the ''make: Circular tf_nndistance.cu <- tf_nndistance.cu.o dependency dropped.'' problem mentioned above? I have tried pretty much anything i could find and no result. |
Hi guys, removing -D_GLIBCXX_USE_CXX11_ABI=1 solved my probelm |
Hi gillbam, Could you plz define the version of tf and cuda-gcc you are using in order to achieve this? Furthermore, the code you are mentioning for removal is on the makefile right? Thanks in advance, |
Hi Yakamoko,
|
Hi, I am getting the same error: make: Circular tf_nndistance.cu <- tf_nndistance.cu.o dependency dropped. and I have intalled: using the same makefile above. Is it a version problem still? |
I am trying to run demo.py with the right versions and with the updated versions, and I keep getting an error that I cannot fix. I've been working around this for some days already and can't manage to get anything better.
|
I encounter some difficulties during make makefile, as follow:
The environment is tf.version == 1.15 and cuda == 10.0, and the modified content as follow:
Thanks a lot.
The text was updated successfully, but these errors were encountered: