--- prasad.sig
Hi all,
I am using Ubuntu 16.04, Octave 4.2.1 and Nvidia GeForce GT710 GPU.
I have a code with simple for loop that calls FFT routine 1024 times. All i
wanted to do is to make my GPU run the FFT routine. I saw a lot of queries
about CUDA-FFT but no one updated the proper procedure.
So my question is, is there anyway that i can use CUDA-FFT library with
Octave? with the ./configure step or something? Please help.
Thank you,
Prasad.
Octave does not have interface to cuda.
If you want use cuda, you may have to write rapper C++ code by yourself.
Perhaps, GPL issues exist.
Tatsuro