Closed hadifar closed 5 years ago
doesn't work in 0.4
See this repo at a previous commit for compatibility with torch 0.4 https://github.com/pytorch/extension-cpp/tree/eea6d318bc6b86d43e8091156961f73beb293a13
It is extremely discouraged to write cpp extensions with now deprecated torch 0.4 's API though.
I tried to run the cuda version on pytorch 0.4 but it said:
Do you have any idea how can I resolve this issue? (If I update to pytorch 1.xx it would be OK but I need 0.4x version)