-
Notifications
You must be signed in to change notification settings - Fork 18.6k
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
Why not using GSL to replace MKL? #48
Comments
A port away from MKL is already in progress as discussed in #16 . Please join the conversation there if you are interested. MKL was chosen for its performance and availability on our research cluster, but we would like Caffe to be more widely compatible and are working to that end. |
DVEfremov
pushed a commit
to DVEfremov/caffe
that referenced
this issue
Feb 1, 2017
DVEfremov
pushed a commit
to DVEfremov/caffe
that referenced
this issue
Feb 1, 2017
- android toolchain (from github.com/sh1r0/caffe-android-lib) - HDF5 disabling (from github.com/sh1r0/caffe-android-lib) - some my minor fixes to get work for android for opencl version
naibaf7
added a commit
that referenced
this issue
Feb 2, 2017
add android cmake support over the BVLC/caffe opencl (issue #48)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I mean GSL is under GNU GPL and easy to compile cross platform. Maybe its performance is not as good as MKL. But I think CPU mode is mostly adopted to verify its consistency with GPU mode.
The text was updated successfully, but these errors were encountered: