Skip to content
New issue

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

OpenCl problem #54

Open
logip opened this issue Jun 5, 2019 · 0 comments
Open

OpenCl problem #54

logip opened this issue Jun 5, 2019 · 0 comments

Comments

@logip
Copy link

logip commented Jun 5, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant