Commit 68bb8b0
authored
Install blas & mkl (#1060)
* Install blas & mkl
These are necessary for the TPU pytorch XLA.
They also provide a significant perforance boost.
They used to be automatically included when we were installing torch
from conda but they are not now that we install torch from pip.
I added a test to prevent regression.
http://b/195414519
* separate conda commands to speed up resolution1 parent 47a089a commit 68bb8b0
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
0 commit comments