fab-jul/torchac

Support for torch 1.5 and above

MrCrHaM opened this issue · 2 comments

Compiling failed for torch 1.5.1.
To sovle it, replace AT_CHECK with TORCH_CHECK.
Solution is found here.

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.

Thanks so much for the update. It really helps a lot. 😊