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

Installing on OSX #72

Open
kitsonswannff opened this issue Jan 12, 2018 · 5 comments
Open

Installing on OSX #72

kitsonswannff opened this issue Jan 12, 2018 · 5 comments

Comments

@kitsonswannff
Copy link

Hi,

I apologize if this is answered elsewhere, but how do I go about installing your OpenCL branch on OSX. I have an iMac with an AMD GPU and I'm trying to get caffe working with the GPU on it. I saw from a different issue that this branch may work, but in the repo I don't see any Makefile.config like in the other branches from bvlc so I'm wondering how I go about compiling on OSX.

@TechnikEmpire
Copy link

IIRC the author spoke elsewhere about opencl support issues on mac because apple wasn't supporting it something. I remember the advice was to use a different operating system.

@kitsonswannff
Copy link
Author

Ah ok, thanks!

@TechnikEmpire
Copy link

@kitsonswannff I'm certainly not an authority here at all, so I could be wrong. Just sharing what I saw as I was digging through issues yesterday, so that it might help in finding that post if I'm recalling it properly.

@naibaf7
Copy link
Owner

naibaf7 commented Jan 12, 2018

@kitsonswannff It may work on Mac OS X. However this branch is currently in alpha/beta mode, because I've rewritten the backends of Caffe from scratch.

This is also my personal "working" branch, which should not be used in productivity (it's not stable).
Use this instead, it's the official OpenCL release (supported by me):
https://github.com/BVLC/caffe/tree/opencl

On this branch you're looking at right now, Makefile.config has been removed. It is intended to be used with CMake instead (it's more modern and cross-platform compatible to compile with CMake instead of a GNU Makefile).

@naibaf7 naibaf7 reopened this Jan 12, 2018
@soulslicer
Copy link

soulslicer commented Feb 19, 2019

Hey it does work on OSX perfectly (AMD Card). We actually use it in Openpose :D

I know this is over a year old but I want to kiv this. Unfortunately, only commit fe2a1102 is the last working one. After that it's broken

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

4 participants