block icon indicating copy to clipboard operation
block copied to clipboard

Request Support For the Newest Pytorch Version

Open rychong opened this issue 5 years ago • 0 comments

This package pytorch_fft is very usefull and important to me. The fft of pytorch torch.fft ignore the batch dims, thus it run very slowly. While i need apply fft to many matrix, only this package can do this.

But when i install this package, it show that "torch.utils.ffi is deprecated. Please use cpp extensions instead". It can run in Pythorch 0.4, but it doesn't suppert the newest version of Pytorch, I hope you can fixed this problem, thus we can replace torch.fft with this package in the newest version of pytorch.

rychong avatar Mar 24 '20 17:03 rychong