inducer / pytato

Lazily evaluated arrays in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unused receives disappear, unused sends do not

inducer opened this issue · comments

This leads to complaints about mismatched sends and receives. This came up in illinois-ceesd/mirgecom#913.

One way to address this would be to downgrade "missing receive" to a warning and to simply eliminate the corresponding send. The downside to this is that it's potentially error-prone.

cc @majosm