Not able to include cusolverDn.h

Dear @ptrblck

I was able to solve the issue with the file cusolverDn.h by finding it and adding its path to $PATH. Now the installation process goes further and faces a new error as follow.

home/hamed/PycharmProjects/Deformable_ProtoPNet/Deformable-Convolution-V2-PyTorch/src/cuda/deform_psroi_pooling_cuda.cu:18:10: fatal error: THC/THC.h: No such file or directory
18 | #include <THC/THC.h>
| ^~~~~~~~~~~
compilation terminated.
error: command ‘/usr/local/cuda/bin/nvcc’ failed with exit code 1

Has THC/THC been removed from Pytorch 2.1.2?