Philipp Schaad

Results 30 comments of Philipp Schaad

Agreed. Particularly multistate cutouts and alibi nodes themselves currently have no coverage. This has to be added, I'll take thosw two specific ones up asap after deadlines.

I am facing the same issue now, but a downgrade to 4.24 didn't fix it for me. What version of pixi are you using?

Thank you, I took your config as a starting point, though strangely enough it didn't work for me. For others arriving here via search, a configuration that worked for me:...

This is a good suggestion, and should be possible. With a recent [fix PR](https://github.com/spcl/dace/pull/1489) the number of strict online dependencies has dropped to 0, so it is possible to create...

It looks like this is a problem with the simplify pass, specifically `ArrayElimination`. We initially have a write to and read from a transient `p` between two maps. ![image](https://github.com/spcl/dace-vscode/assets/9193712/0992aae1-b58e-4ebd-90d8-1a85e77a40da) However,...

Thank you for reporting the issue. For completeness, I am including the source that generated the SDFG, and a picture of the SDFG here. Source program (simplified): ```Python import dace...

This has now been handled by #1201 and #1208. No longer relevant.

Thank you for the report! It does not appear that you are doing anything wrong, but rather that there is a bug here. This will be investigated and fixed.

Too much engineering effort for now, moved to backlog.

Not sure if this is clearly visible from a visualization point of view in the current state?