-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
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. |
Ah ok, thanks! |
@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. |
@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). 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). |
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 |
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.
The text was updated successfully, but these errors were encountered: