This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Commit f9d90c9
authored
[BUGFIX] Ubuntu 20.04: support for in-distro Intel MKL libraries (#19766)
* Improve MxNet framework building on Ubuntu 20.04
Ubuntu 20.04:
- add support for intel-mkl distribution version;
- use FindBLAS cmake function to look for the intel-mkl;
- add FindBLAS.cmake file upstream version (due to Intel10_64_dyn &
--start-group/--end-gropup options support)
- remove FindMKL.cmake;
- preserve Ubuntu 18.04 images for TensorRT pipeline;
- preserve MKL libraries linking support on non-Ubuntu 20.04 OSes
(w/o FindMKL.cmake file).
* Temporarily use numpy < 1.20 on CI1 parent 49edbfc commit f9d90c9
7 files changed
Lines changed: 1099 additions & 175 deletions
File tree
- ci/docker
- install
- cmake
- Modules
- upstream
- tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | | - | |
40 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| |||
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
61 | | - | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
126 | 133 | | |
127 | | - | |
128 | | - | |
129 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
130 | 159 | | |
131 | 160 | | |
132 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
133 | 165 | | |
134 | | - | |
| 166 | + | |
135 | 167 | | |
136 | 168 | | |
137 | 169 | | |
| |||
This file was deleted.
0 commit comments