Commit b026b51
authored
Work around flatccrt issue in CI script (pytorch#7570)
When running build-qnn-sdk.sh in certain circumstances the libflatccrt.a
cannot be found. To work around this we can build the QNN backend twice,
second time with option `--no_clean`, to make sure the library is found.
Resolves: pytorch#7300
Change-Id: I47e14f1fa318538587b848ee02240f7867c88f50
Signed-off-by: Benjamin Klimczak <[email protected]>1 parent c9db811 commit b026b51
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
| |||
0 commit comments