-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Make gemm fully dependent on eigen #84
Labels
Comments
Working on this. |
Thanks a lot for your contribution :) Yangqing On Fri, Feb 7, 2014 at 4:28 PM, kloudkl notifications@github.com wrote:
|
Consider removing Eigen in favor of OpenBLAS + vector templates as suggested by @Yangqing in #81 (comment). |
Closed due to new proposals at #97. |
thatguymike
pushed a commit
to thatguymike/caffe
that referenced
this issue
Dec 2, 2015
Cleanup docs to reflect multigpu batch change
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently under caffe/util/math_functions.cpp, gemm is called using cblas_gemm, which then relies on atlas to carry out gemm. This may be suboptimal since we will not be able to use multithreaded gemm. Possibly we could make the boost-eigen branch to fully use eigen and remove the atlas dependency?
For earlier discussions please see issue #80 .
The text was updated successfully, but these errors were encountered: