IntelLabs / HPAT.jl

High Performance Analytics Toolkit (HPAT) is a Julia-based framework for big data analytics on clusters.
BSD 2-Clause "Simplified" License
120 stars 16 forks source link

Can Intel DAAL / Intel MKL be Open Sourced? #2

Closed sirinath closed 8 years ago

sirinath commented 8 years ago

It would be good if HPAT dependencies and other numeric and parallel computing libraries are FOSSed under a permissive license.

ehsantn commented 8 years ago

I don't know the plans for open-source release of those libraries. However, HPAT should be able to work with any back-end since it can generate input/output transformations. We plan to support alternative open-source libraries.

sirinath commented 8 years ago

What libraries do you plan to support and are there benchmarks for these libraries?

ehsantn commented 8 years ago

We are still looking for options. There aren't many distributed-memory machine learning libraries. Do you have any suggestions?

sirinath commented 8 years ago

My suggestion would be to get the above 2 open sourced.

Also see:

sirinath commented 8 years ago

http://mlpack.org/

ehsantn commented 8 years ago

Thank you for the suggestions. We will look into supporting more back-end libraries. Contributions are also welcome.

sirinath commented 8 years ago

http://arrayfire.com/ maybe via https://github.com/JuliaComputing/ArrayFire.jl http://www.yeppp.info/ maybe via https://github.com/JuliaLang/Yeppp.jl