We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running extension - FFT I get the following exception on v1.3.2:
java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:294) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.UnsatisfiedLinkError: com.aparapi.internal.jni.OpenCLJNI.createProgram(Lcom/aparapi/device/OpenCLDevice;Ljava/lang/String;)Lcom/aparapi/internal/opencl/OpenCLProgram; at com.aparapi.internal.jni.OpenCLJNI.createProgram(Native Method) at com.aparapi.internal.opencl.OpenCLProgram.createProgram(OpenCLProgram.java:76) at com.aparapi.device.OpenCLDevice.bind(OpenCLDevice.java:423) at com.aparapi.device.OpenCLDevice.bind(OpenCLDevice.java:351) at com.aparapi.examples.extension.FFTExample.main(FFTExample.java:112) at com.aparapi.examples.All.selected(All.java:142) at com.aparapi.examples.All.main(All.java:79) ... 6 more
A similar error occured when running "Convolution (OpenCL)" but not on "Convolution" (might be same?):
java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:294) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.UnsatisfiedLinkError: com.aparapi.internal.jni.OpenCLJNI.createProgram(Lcom/aparapi/device/OpenCLDevice;Ljava/lang/String;)Lcom/aparapi/internal/opencl/OpenCLProgram; at com.aparapi.internal.jni.OpenCLJNI.createProgram(Native Method) at com.aparapi.internal.opencl.OpenCLProgram.createProgram(OpenCLProgram.java:76) at com.aparapi.device.OpenCLDevice.bind(OpenCLDevice.java:423) at com.aparapi.device.OpenCLDevice.bind(OpenCLDevice.java:351) at com.aparapi.examples.convolution.ConvolutionOpenCL.main(ConvolutionOpenCL.java:76) at com.aparapi.examples.All.selected(All.java:112) at com.aparapi.examples.All.main(All.java:79) ... 6 more
The text was updated successfully, but these errors were encountered:
this has been resolved, closing.
Sorry, something went wrong.
No branches or pull requests
When running extension - FFT I get the following exception on v1.3.2:
A similar error occured when running "Convolution (OpenCL)" but not on "Convolution" (might be same?):
The text was updated successfully, but these errors were encountered: