CUDA utils #11
Replies: 1 comment
-
|
Some environment issue I met recently, mainly for custom CUDA utils. I found out we cannot upgrade to CUDA-11.8, as there will be warning for torch_cpp and then the VRAM cost more than usual. Then raise up the illegal memory issue: Then it cost me 2 hours try to fix it but fail. I noted down somethings here for future exploration on upgrading env.
And then I check the file here: https://github.com/pytorch/pytorch/blob/main/torch/utils/cpp_extension.py#L58-L78 They didn't update the CUDA 11.8 and that might cost low-performance compile somehow I guess. Previously I never found the problem till I trained the full and find out the VRAM cost too much than before. While https://github.com/KTH-RPL/OpenSceneFlow/blob/3d53932d29ab0170181651f238b470d0637e2b8d/requirements.txt I created requirement.txt file previously for this one I didn't check whether it will have same problem etc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Chamfer CUDA utilitys comparsion, code path: https://github.com/KTH-RPL/OpenSceneFlow/blob/main/assets/tests/chamferdis_speed_test.py
Under 2080Ti:
Under 3090Ti:
Beta Was this translation helpful? Give feedback.
All reactions