npinto / asgd

Averaged Stochastic Gradient Descent Classifiers
41 stars 21 forks source link

simple_blas.h missing? #18

Closed jaberg closed 12 years ago

jaberg commented 12 years ago

In the caa_stable branch is simpe_blas.h supposed to be present?

jaberg commented 12 years ago

Also sse_blas.h missing?

argoncloud commented 12 years ago

simple_blas.[ch] contains a naive implementation of (some of) BLAS for people that want to compile ASGD without an external BLAS. I am still tampering with it, so I didn't push it back to caa_stable yet.

If you want to link against an external BLAS, run make TYPE=blas. That should automatically get rid of the dependence on simple_blas. You can change the Makefile if your BLAS is in some other location.

Claudio

On 01/18/2012 02:55 PM, James Bergstra wrote:

In the caa_stable branch is simpe_blas.h supposed to be present?


Reply to this email directly or view it on GitHub: https://github.com/npinto/asgd/issues/18