Hello. Thank you for your outstanding contribution
I'm having some problems with it. I want to run your script on a RK3568 development board to use GPU for fft calculation, my system information is as follows:
Linux lubancat 4.19.232 #12 SMP Fri Nov 10 10:22:31 CST 2023 aarch64 GNU/Linux
At present, I can only install your dependencies through apt install python3-gpyfft, and other installation methods will not work properly
But this installation resulted in the library being stored under /usr/bin/python, and I couldn't use the library in conda,I would like to ask if there is a way I can use this library in the conda environment.
Hello. Thank you for your outstanding contribution
I'm having some problems with it. I want to run your script on a RK3568 development board to use GPU for fft calculation, my system information is as follows:
Linux lubancat 4.19.232 #12 SMP Fri Nov 10 10:22:31 CST 2023 aarch64 GNU/LinuxAt present, I can only install your dependencies through
apt install python3-gpyfft, and other installation methods will not work properlyBut this installation resulted in the library being stored under
/usr/bin/python, and I couldn't use the library in conda,I would like to ask if there is a way I can use this library in the conda environment.