Open await-you opened 10 months ago
compile cuda source of 'pair_wise_distance' function... NOTE: if you avoid this process, you make .cu file and compile it following https://pytorch.org/tutorials/advanced/cpp_extension.html
when the code run to here ,it paused sometimes. However sometimes it can run successfully and generate results.
Have you searchers met that problem? And I will be grateful if you could help me address this issue.
I also encountered this problem. Have you solved it
I also encountered the same problem and couldn't find a suitable solution. May I ask if you have resolved it?
If you want to compile it only once, you can checkout the "setup.py" script in this PR
compile cuda source of 'pair_wise_distance' function... NOTE: if you avoid this process, you make .cu file and compile it following https://pytorch.org/tutorials/advanced/cpp_extension.html
when the code run to here ,it paused sometimes. However sometimes it can run successfully and generate results.
Have you searchers met that problem? And I will be grateful if you could help me address this issue.