Commit 2339bac
Ewan Crawford
[SYCL][Graph] Refine E2E test comment (#16842)
The code comment in
`Update/FreeFunctionKernels/update_with_indices_ordering.cpp` mentions
that it is unknown why the execution time is slower than the equivalent
`Update/update_with_indices_ordering.cpp` test without free functions.
This has now been investigated in CMPLRLLVM-64841 and has found to be
due to the explicit arguments in the free function signature avoiding
constant folding from lambdas. Note that we want to keep these
parameters as the test is stressing the case where multiple args are
passed to the free function.1 parent a6ebaa4 commit 2339bac
File tree
1 file changed
+3
-2
lines changed- sycl/test-e2e/Graph/Update/FreeFunctionKernels
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments