inducer / pytato

Lazily evaluated arrays in Python
Other
8 stars 16 forks source link

Unused receives disappear, unused sends do not #441

Open inducer opened 1 year ago

inducer commented 1 year ago

This leads to complaints about mismatched sends and receives. This came up in https://github.com/illinois-ceesd/mirgecom/issues/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