Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

installation script for OpenBLAS #155

Closed
kengz opened this issue Mar 28, 2016 · 3 comments
Closed

installation script for OpenBLAS #155

kengz opened this issue Mar 28, 2016 · 3 comments

Comments

@kengz
Copy link

kengz commented Mar 28, 2016

Skflow makes it much easier and faster to get into ML. There's some blas libraries specified in the .travis.yml.

Would it be possible also to automatically download, build, install and link OpenBLAS (or any relevant ones) through a shell script that comes with skflow? This would allow many users to run more performant and efficient operations too.

@ilblackdragon
Copy link
Contributor

Installation of OpenBLAS is very system specific. Skflow relies on one
having scipy installed, which in turn requires some version of BLAS
installed.

The easiest way for all this to be installed in system independent way is
Docker. Skflow recently moved into main tensorflow codebase, so it will be
available in next version of tensorflow dockers. I'll try to have Docker
that have all the dependencies installed.

For now may be documenting more about dependencies would be a good idea. Or
if you are interested in helping with script like you mentioned - that will
be highly appreciated.
On Mar 27, 2016 6:42 PM, "Wah Loon Keng" notifications@github.com wrote:

Skflow makes it much easier and faster to get into ML. There's some blas
libraries specified in the .travis.yml.

Would it be possible also to automatically download, build, install and
link OpenBLAS (or any relevant ones) through a shell script that comes with
skflow? This would allow many users to run more performant and efficient
operations too.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#155

@kengz
Copy link
Author

kengz commented Mar 30, 2016

I see. The TF Docker approach is prolly the most convenient, especially if it can come already optimized. I currently have bash setup scripts for 2 OSes (MacOSX and Ubuntu Trusty) for my project which also uses skflow.

The Ubuntu version has the blas libraries listed in the skflow installation script; the MacOSX does not yet have it installed and setup. I'm looking at OpenBLAS for it, not sure if there's a more appropriate one.

I can share and complete the said script if it's helpful, what do you think? But in fact the existing one is probably already good enough, provided we polish it a bit and give it as an option to users.

@ilblackdragon
Copy link
Contributor

Feel free to share script at https://github.com/tensorflow/tensorflow. Closing this issue (skflow has been moved inside TensorFlow).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants