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

Test failed on Macmini (Late 2014) #29

Open
lood339 opened this issue Jan 21, 2016 · 3 comments
Open

Test failed on Macmini (Late 2014) #29

lood339 opened this issue Jan 21, 2016 · 3 comments

Comments

@lood339
Copy link

lood339 commented Jan 21, 2016

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

@gujunli
Copy link
Contributor

gujunli commented Jan 21, 2016

Hi Timmy,

Thanks for testing. Looks like it can not find the dGPU? What Intel
processor are you running on? we use sharedmemory as keyword to
differentiate APU from dGPU. But it may apply to AMD GPUs? If so, we need
to choose a keyword that applies to both AMD, Intel and other manufactures
processors.

Thank you!
junli

On Thu, Jan 21, 2016 at 12:06 PM, Jimmy [email protected] wrote:

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


Reply to this email directly or view it on GitHub
#29.


Junli Gu--谷俊丽
Coordinated Science Lab
University of Illinois at Urbana-Champaign


@lood339
Copy link
Author

lood339 commented Jan 22, 2016

I use Intel Iris 1536 MB.
Thanks.

@reshadh
Copy link

reshadh commented May 26, 2016

I also have Intel Iris 1536 MB and faced similar problem like lood339.
Any solution for this problem?

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

3 participants