Skip to content

Commit

Permalink
Add more debug info to DaCe (pass SourceLocation from past/foast to i…
Browse files Browse the repository at this point in the history
…tir, and from itir to the SDFG): Preserve Location through Visitors
  • Loading branch information
kotsaloscv committed Jan 12, 2024
1 parent 1a2e978 commit bf33827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gt4py/next/iterator/ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

@noninstantiable
class Node(eve.Node):
location: Optional[SourceLocation] = eve.field(default=None, repr=False)
location: Optional[SourceLocation] = eve.field(default=None, repr=False, compare=False)

def __str__(self) -> str:
from gt4py.next.iterator.pretty_printer import pformat
Expand Down

0 comments on commit bf33827

Please sign in to comment.