Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
MLSL 2017 Update 2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ykiryano committed Nov 17, 2017
1 parent 565083a commit c6d557d
Show file tree
Hide file tree
Showing 77 changed files with 2,578 additions and 585 deletions.
16 changes: 11 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Intel Simplified Software License for Intel(R) Machine Learning Scaling Library
(version January 2017)
Intel Simplified Software License for Intel(R) Math Kernel Library,
Intel(R) Integrated Performance Primitives Library,
Intel(R) Machine Learning Scaling Library,
Intel(R) Data Analytics Acceleration Library,
Intel(R) Threading Building Blocks, and
Intel(R) Distribution for Python* (version June 2017)

Copyright (c) 2017 Intel Corporation.

Expand Down Expand Up @@ -41,9 +45,9 @@ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. YOU AGREE TO INDEMNIFIY AND HOLD
INTEL HARMLESS AGAINST ANY CLAIMS AND EXPENSES RESULTING FROM YOUR USE OR
UNAUTHORIZED USE OF THE SOFTWARE.
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. YOU AGREE TO INDEMNIFY AND HOLD INTEL
HARMLESS AGAINST ANY CLAIMS AND EXPENSES RESULTING FROM YOUR USE OR UNAUTHORIZED
USE OF THE SOFTWARE.

No support. Intel may make changes to the Software, at any time without notice,
and is not obligated to support, update or provide training for the Software.
Expand Down Expand Up @@ -71,3 +75,5 @@ to the personal jurisdiction and venue of those courts and waives any
objections. The United Nations Convention on Contracts for the International
Sale of Goods (1980) is specifically excluded and will not apply to the
Software.

*Other names and brands may be claimed as the property of others.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Intel(R) Machine Learning Scaling Library for Linux* OS
[![Intel Simplified Sowtware License](https://img.shields.io/badge/license-Intel%20Simplified%20Software%20License-green.svg)](LICENSE)
![v2017.1 Preview](https://img.shields.io/badge/v.2017.1-Preview-orange.svg)
![v2017.2 Preview](https://img.shields.io/badge/v.2017.2-Preview-orange.svg)
## Introduction ##
Intel(R) Machine Learning Scaling Library (Intel(R) MLSL) is a library providing
an efficient implementation of communication patterns used in deep learning.
Expand Down Expand Up @@ -52,7 +52,7 @@ To install the package (user mode):
directory you have installed the package into.
## License ##
Intel MLSL is licensed under
[Intel Simplified Software License](https://github.com/01org/MLSL/blob/master/LICENSE).
[Intel Simplified Software License](https://github.com/intel/MLSL/blob/master/LICENSE).

## Optimization Notice ##
Intel's compilers may or may not optimize to the same degree for non-Intel
Expand Down
Binary file modified doc/Developer_Guide.pdf
Binary file not shown.
9 changes: 8 additions & 1 deletion doc/Release_Notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---------------------------------------------------------------------
Intel(R) Machine Learning Scaling Library 2017 Update 1 for Linux* OS
Intel(R) Machine Learning Scaling Library 2017 Update 2 for Linux* OS
Release Notes
---------------------------------------------------------------------

Expand Down Expand Up @@ -38,6 +38,13 @@ and the Intel(R) MPI Library Runtime components.
What's New
----------

Intel MLSL 2017 Update 2:
- Support for fine-grained tuning of internal launch mechanism
(see MLSL_SERVER_CREATION_TYPE, MLSL_HOSTNAME_TYPE, MLSL_HOSTNAME).
- Improved stability.
- Support for parameter quantization (see a sample file in the package for reference).
- Intel(R) MPI Library runtime updated to version 2018 Update 1.

Intel MLSL 2017 Update 1:
- Added Python bindings.
- Bug fixes.
Expand Down
5 changes: 3 additions & 2 deletions doc/api/annotated.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions doc/api/classMLSL_1_1Activation-members.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 22 additions & 3 deletions doc/api/classMLSL_1_1Activation.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c6d557d

Please sign in to comment.