We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f4cce commit 317c538Copy full SHA for 317c538
1 file changed
pytato/utils.py
@@ -752,7 +752,6 @@ def is_materialized(expr: ArrayOrNames | FunctionDefinition) -> bool:
752
or isinstance(
753
expr,
754
(
755
- # FIXME: Is there a nice way to generalize this?
756
InputArgumentBase,
757
DistributedRecv)))
758
@@ -769,7 +768,6 @@ def has_taggable_materialization(expr: ArrayOrNames | FunctionDefinition) -> boo
769
768
and not isinstance(
770
771
772
773
774
DistributedRecv,
775
NamedArray,
0 commit comments