pytorch/extension-cpp

How to debug in cuda-pytorch env?

Arsmart123 opened this issue · 0 comments

Hi! I am wondering how to debug in such environment? I have tried to insert a "printf("hello wolrd")" sentence in .cu file, but it compiles failure! If I delete it, everything works fine..... So how you debug in such environment? Thank you!!!!