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

simple_blas.h missing? #18

Closed
jaberg opened this issue Jan 18, 2012 · 2 comments
Closed

simple_blas.h missing? #18

jaberg opened this issue Jan 18, 2012 · 2 comments

Comments

@jaberg
Copy link
Contributor

jaberg commented Jan 18, 2012

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

@jaberg
Copy link
Contributor Author

jaberg commented Jan 18, 2012

Also sse_blas.h missing?

@argoncloud
Copy link
Collaborator

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:
#18

@npinto npinto closed this as completed Mar 28, 2012
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

No branches or pull requests

3 participants