Support for torch 1.5 and above
MrCrHaM opened this issue · 2 comments
MrCrHaM commented
Compiling failed for torch 1.5.1.
To sovle it, replace AT_CHECK with TORCH_CHECK.
Solution is found here.
fab-jul commented
Hi I just updated the code today. This repo is now separate from L3C, if you want to use it in research. No compilation required anymore, as it's now done on the fly with ninja.
MrCrHaM commented
Thanks so much for the update. It really helps a lot. 😊