Commit c0ffa29
fix[next][dace]: Missing symbolic args in lambda nested scope (GridTools#2094)
Some scalar arguments of a lambda nested SDFG were not represented as
symbols, although used in domain symbolic expressions. The unittest
`test_concat_where.py:test_lap_like` In the `concat_where` PR (GridTools#1713)
was failing in lowering to SDFG because of this bug.1 parent 0a29a2d commit c0ffa29
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
384 | 387 | | |
385 | | - | |
| 388 | + | |
386 | 389 | | |
387 | 390 | | |
388 | 391 | | |
| |||
0 commit comments