-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Failed tests after installation of OpenCL branch on Linux; ViennaCL: Could not find kernel #6258
Comments
What GPU drivers are you running for your iGPU? Maybe updating that or using beignet might help. |
The iGPU and OpenCL drivers installed are the ones from Intel. Here is the entire runtest-log. I haven't run any network yet. |
Ok the driver is definitely not working as it should. Try beignet drivers instead. |
@naibaf7 I tried with the beignet drivers and after fiddling around with a few things, got it to work. Here is the runtest-log. A few tests still fail and I would like your thoughts on that. |
@vishwanathkr I'm only concerned about SyncedMemoryTest.TestGPURead, this one should not fail. It could mean issues when copying results back from the GPU; confirm this one by running a real network. Same for the TestReshape. But if you're not using double precision, ignore. This is an odd one, since it's a CPU test (should really not fail). |
Hello,
I have been trying to get a working build of Caffe-OpenCL on Linux with Intel-OpenCL integrated GPU. I built the latest from the branch and followed instructions from #5099. I am failing many tests after successfully building it.
Steps to Reproduce
make runtests -j8
I am failing many tests with errors of the following nature:
ViennaCL: FATAL ERROR: Could not find kernel 'max_pool_forward_float' from program ''
ViennaCL: FATAL ERROR: Could not find kernel 'im2col_double' from program ''
...
...
...
Here is the Makefile.config (Relevant parameters only), that I followed to build. I enable Intel_Spatial, ViennaCL, libDNN, opencv_3.1.
Some outputs to help debug:
System configuration
Operating system: Ubuntu 16.04.3
Compiler: g++ - 5.4
CUDA version (if applicable): NA
CUDNN version (if applicable): NA
BLAS: Atlas
Python or MATLAB version (for pycaffe and matcaffe respectively): 2.7.13
CPU: Intel i7-7700 hq (7th gen)
GPU: Intel HD Graphics, NVIDIA 1050 (Abstaining from use)
The text was updated successfully, but these errors were encountered: