Commit d4e3e45
Ewan Crawford
[SYCL][Graph][E2E] Reduce work in intensive update tests running (intel#16632)
On certain setups these two tests take a long time to execute, impairing
the ability to run the whole suite of graph E2E tests in lit.
Reduce the number of graph execution iterations used in tests to
alleviate this situation. There is an issue with free-function kernels
taking longer that the non-free function equivalent, documented in
CMPLRLLVM-64841, so only use a single execution iteration for now.1 parent 5bf9731 commit d4e3e45
File tree
2 files changed
+6
-4
lines changed- sycl/test-e2e/Graph/Update
- FreeFunctionKernels
2 files changed
+6
-4
lines changedLines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments