-
Notifications
You must be signed in to change notification settings - Fork 152
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
Test failed on Macmini (Late 2014) #29
Comments
Hi Timmy, Thanks for testing. Looks like it can not find the dGPU? What Intel Thank you! On Thu, Jan 21, 2016 at 12:06 PM, Jimmy [email protected] wrote:
Junli Gu--谷俊丽 |
I use Intel Iris 1536 MB. |
I also have Intel Iris 1536 MB and faced similar problem like lood339. |
Hi,
I test the stable version on Macmini (Late 2014) which has an intel card.
The compile goes well except I have to change Cl/cl.h to OpenCl/cl.h.
But there is an error when I run: make runtest
F0121 12:01:47.191191 2019336960 device.cpp:95] Cannot find any dGPU!
*** Check failure stack trace: ***
@ 0x101cd60e2 google::LogMessage::Fail()
@ 0x101cd57e4 google::LogMessage::SendToLog()
@ 0x101cd5d3b google::LogMessage::Flush()
@ 0x101cd9089 google::LogMessageFatal::~LogMessageFatal()
@ 0x101cd63cf google::LogMessageFatal::~LogMessageFatal()
@ 0x1019e34ad caffe::Device::Init()
@ 0x10109dee1 main
@ 0x7fff8b7595c9 start
@ 0x3 (unknown)
/bin/sh: line 1: 62711 Abort trap: 6 /Users/jimmy/Code/Caffe/OpenCL-caffe-stable/build/test/test.testbin --gtest_shuffle --gtest_filter="-GPU"
make[3]: *** [src/caffe/test/CMakeFiles/runtest] Error 134
make[2]: *** [src/caffe/test/CMakeFiles/runtest.dir/all] Error 2
make[1]: *** [src/caffe/test/CMakeFiles/runtest.dir/rule] Error 2
make: *** [runtest] Error 2
I am not familiar with OpenCL so anyone can give me some suggestions?
Thanks very much.
Jimmy
The text was updated successfully, but these errors were encountered: