Skip to content

Commit

Permalink
undo extra change
Browse files Browse the repository at this point in the history
  • Loading branch information
edopao committed Jan 9, 2025
1 parent fab8288 commit 46322ac
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def _add_sdfg_params(
self,
sdfg: dace.SDFG,
node_params: Sequence[gtir.Sym],
symbolic_arguments: Optional[set[str]],
symbolic_arguments: set[str],
) -> list[str]:
"""
Helper function to add storage for node parameters and connectivity tables.
Expand All @@ -370,9 +370,6 @@ def _add_sdfg_params(
except when they are listed in 'symbolic_arguments', in which case they
will be represented in the SDFG as DaCe symbols.
"""
if symbolic_arguments is None:
symbolic_arguments = set()

# add non-transient arrays and/or SDFG symbols for the program arguments
sdfg_args = []
for param in node_params:
Expand Down

0 comments on commit 46322ac

Please sign in to comment.