torch-radon
torch-radon copied to clipboard
Support for higher version of Pytorch/CUDA
Hi.
I find torch-radon library extremely helpful in accelerating forward/backward projection.
It worked well on machines with CUDA 10.2. However, when I tried to run codes on machines with CUDA 11.x, I got the following error message:
Checking requirements
Operating System: linux OK
Python version: 3.7 OK
PyTorch: 1.1 ERROR
Precompiled packages are build for PyTorch 1.5 to 1.7
Consider manually compiling torch-radon
It turns out that this conflicts with the CUDA requirements for pytorch (1.11+), and I am wondering if there's a plan for an updated version of torch-radon that could solve this problem?
Thanks!