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

Compile and run opencl version of caffe for android #22 #36

Merged
merged 2 commits into from
Jan 24, 2017
Merged

Conversation

DVEfremov
Copy link
Contributor

  • non invasive changes for caffe.cpp from BVLC/caffe branch opencl to remove gflags
    (gflags leads to segmentation faults on android)

  • switch pachage to fork based BVLC/caffe branch opencl with required changes to get it works on android

  • some experiment with disabling USE_INTEL_SPATIAL but it's not cause of problem still persist with kernal

Daniil Efremov added 2 commits January 24, 2017 16:42
- non invasive changes for caffe.cpp from BVLC/caffe branch opencl to remove gflags
  (gflags leads to segmentation faults on android)

- switch pachage to fork based BVLC/caffe branch opencl with required changes to get it works on android

- some experiment with disabling USE_INTEL_SPATIAL but it's not cause of problem still persist with kernal
 - remove uselesss disabling ling USE_INTEL_SPATIAL (it's OFF by default)
devices.push_back(Caffe::Get().GetDevice(i, true));
}
sync.Run(devices);
// caffe::P2PSync<float> sync(solver, NULL, solver->param());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll uncomment and fix it according to appropriate API in scope of
issues #37 a little bit later

@gfursin gfursin merged commit 6fa28a4 into master Jan 24, 2017
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

Successfully merging this pull request may close these issues.

2 participants