We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f281756 commit c7daa7aCopy full SHA for c7daa7a
src/gt4py/next/ffront/lowering_utils.py
@@ -47,7 +47,6 @@ def to_iterator_of_tuples(expr: itir.Expr | str, arg_type: ts.TypeSpec):
47
48
>>> to_iterator_of_tuples("arg", ts.TupleType(types=[ts.FieldType(dims=[], dtype=ts.ScalarType(kind=ts.ScalarKind.FLOAT32))]))
49
"""
50
- # TODO(tehrengruber): check they are all defined on the same dimensions
51
param = f"__iot_{abs(hash(expr))}"
52
53
assert all(isinstance(type_, ts.FieldType) for type_ in type_info.primitive_constituents(arg_type))
0 commit comments