StephanPreibisch / FourierConvolutionCUDALib

Implementation of 3d non-separable convolution using CUDA & FFT Convolution
19 stars 13 forks source link

Unable to use FourierConvolutionCudalib for CUDA processing #34

Open Kavya-bme opened 3 years ago

Kavya-bme commented 3 years ago

Hi I have downloaded the FourierConvolutionCUDALib.dll and SeparableConvolutionCUDALib and the associated codes from your page to my Fiji directory. However, I face the following error, when loading the FourerConvoltionCUDALib when I choose to use the GPU:

java.lang.UnsatisfiedLinkError: Error lookin up function 'convolution3DfftCUDAInPlace'. The specified procedure could not be found.

Please let me know how to troubleshoot this. Thanks