You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
What does one do with this? I'm trying to run some tests, I started with /neuralnetworks/nn-samples/src/test/java/com/github/neuralnetworks/samples/test/CifarTest.java test1 and this is what I get ->
Caused by: java.lang.IllegalArgumentException: Could not found resource cl/exboclkernels.cl in resource path
at com.github.neuralnetworks.calculation.operations.opencl.OCL.CopyLibrary(OCL.java:155)
at com.github.neuralnetworks.calculation.operations.opencl.OCL.loadNativeCodeFromJar(OCL.java:107)
at com.github.neuralnetworks.calculation.operations.opencl.OCL.loadNativeCodeFromJar(OCL.java:59)
at com.github.neuralnetworks.calculation.operations.opencl.OCL.<init>(OCL.java:38)
at com.github.neuralnetworks.calculation.operations.opencl.OpenCLCore.<init>(OpenCLCore.java:35)
at com.github.neuralnetworks.calculation.operations.opencl.OpenCLCore.<clinit>(OpenCLCore.java:15)
I run Aparapi examples on my computer and they work, so OpenCL is working.
Has anybody run into this?
With regards, Logi
The text was updated successfully, but these errors were encountered:
Hi,
What does one do with this? I'm trying to run some tests, I started with /neuralnetworks/nn-samples/src/test/java/com/github/neuralnetworks/samples/test/CifarTest.java test1 and this is what I get ->
I run Aparapi examples on my computer and they work, so OpenCL is working.
Has anybody run into this?
With regards, Logi
The text was updated successfully, but these errors were encountered: