-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I have downloaded
jcufft-0.9.0d.jar
jcufft-natives-0.9.0d-windows-x86_64.jar
jcuda-0.9.0d.jar
jcuda-natives-0.9.0d-windows-x86_64.jar
and re-compile the java to jars.
The code could run in FFW2, academic, Jtransform, but error take place when I use jcuda version.
My computer is a basic one without dedicated graphic card, is this cause the error?
aNewFFT = fft.jcufft.JCuFFTLibrary;
JCuFFTLibrary
Java exception occurred:
java.lang.NoClassDefFoundError: Could not initialize class jcuda.jcufft.JCufft
at fft.jcufft.JCuFFTLibrary.isCudaAvailable(JCuFFTLibrary.java:85)
at fft.jcufft.JCuFFTLibrary.<init>(JCuFFTLibrary.java:45)
Metadata
Metadata
Assignees
Labels
No labels