1
1
# Intel(R) Machine Learning Scaling Library for Linux* OS
2
- [ ![ EULA ] ( https://img.shields.io/badge/license-EULA -green.svg )] ( EULA.txt )
3
- ![ v2017 Beta ] ( https://img.shields.io/badge/v.2017-Beta -orange.svg )
2
+ [ ![ Intel Simplified Sowtware License ] ( https://img.shields.io/badge/license-Intel%20Simplified%20Software%20License -green.svg )] ( LICENSE )
3
+ ![ v2017 Preview ] ( https://img.shields.io/badge/v.2017-Preview -orange.svg )
4
4
## Introduction ##
5
5
Intel(R) Machine Learning Scaling Library (Intel(R) MLSL) is a library providing
6
6
an efficient implementation of communication patterns used in deep learning.
@@ -21,42 +21,38 @@ Operating Systems:
21
21
22
22
- Red Hat* Enterprise Linux* 6 or 7
23
23
- SuSE* Linux* Enterprise Server 12
24
+ - Ubuntu* 16
24
25
25
26
Compilers:
26
27
27
28
- GNU*: C, C++ 4.4.0 or higher
28
29
- Intel(R) C++ Compiler for Linux* OS 16.0 through 17.0 or higher
29
- ## Installing Intel(R) Machine Learning Scaling Library ##
30
- To install the package (root mode):
31
-
32
- 1. Log in as root.
33
- 2. The RPM package for the Intel(R) MLSL has the
34
- following naming convention:
35
-
36
- intel-mlsl-devel-64-<version>.<update>-<package#>.x86_64.rpm
37
30
38
- where <version>.<update>-<package#> is a string, such as :
31
+ Virtual Environments :
39
32
40
- 2017.1-009
33
+ - Docker*
34
+ - KVM*
41
35
42
- 3. Install the package:
36
+ ## Installing Intel(R) Machine Learning Scaling Library ##
37
+ To install the package (root mode):
43
38
39
+ 1. Log in as root.
40
+ 2. Install the package:
44
41
$ rpm --import PUBLIC_KEY.PUB
45
42
$ rpm -i intel-mlsl-devel-64-<version>.<update>-<package#>.x86_64.rpm
43
+ where <version>.<update>-<package#> is a string, such as: 2017.0-009
44
+ 3. Uninstalling the Intel(R) MLSL using the RPM Package Manager
45
+ $ rpm -e intel-mlsl-devel-64-<version>.<update>-<package#>.x86_64
46
46
47
47
To install the package (user mode):
48
48
49
49
1. Run install.sh and follow the instructions.
50
50
51
51
There is no uninstall script. To uninstall the Intel(R) MLSL, delete the full
52
52
directory you have installed the package into.
53
- ## Uninstalling Intel(R) Machine Learning Scaling Library ##
54
- You can uninstall the Intel(R) MLSL by manually uninstalling the RPM:
55
-
56
- $ rpm -e intel-mlsl-devel-64-<version>.<update>-<package#>.x86_64
57
53
## License ##
58
54
Intel MLSL is licensed under
59
- [ EULA ] ( https://github.com/01org/MLSL/blob/master/EULA.txt ) .
55
+ [ Intel Simplified Software License ] ( https://github.com/01org/MLSL/blob/master/LICENSE ) .
60
56
61
57
## Optimization Notice ##
62
58
Intel's compilers may or may not optimize to the same degree for non-Intel
0 commit comments