Commit 2d7663c
authored
[CI] Use LLVM17 for tests on
Changes the config script to build TVM with LLVM17. This enables tests
for #16921.
There was a failing codegen test when updating to LLVM 17, it seems it
stopped producing vectorized code with LLVM 16. I have checked the
same test with LLVM 18 and it now correctly produces vectorized code. I
made an attempt to track down the commit that fixed the issue in LLVM
but didn't have any success. Therefore, I think the best solution is
to skip the test until a more recent version of LLVM is used in CI.ci_cpu (#16931)1 parent e10cdc5 commit 2d7663c
File tree
2 files changed
+11
-1
lines changed- tests
- python/relay
- scripts
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1750 | 1750 | | |
1751 | 1751 | | |
1752 | 1752 | | |
| 1753 | + | |
| 1754 | + | |
| 1755 | + | |
| 1756 | + | |
| 1757 | + | |
| 1758 | + | |
| 1759 | + | |
| 1760 | + | |
| 1761 | + | |
| 1762 | + | |
1753 | 1763 | | |
1754 | 1764 | | |
1755 | 1765 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments