Skip to content

Commit

Permalink
Remove anachronistic comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun authored Nov 7, 2024
1 parent 4747e64 commit c3533c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dace/sdfg/sdfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1079,8 +1079,8 @@ def as_schedule_tree(self, in_place: bool = False) -> 'ScheduleTreeScope':
etc.) or a ``ScheduleTreeScope`` block (map, for-loop, pipeline, etc.) that contains other nodes.
It can be used to generate code from an SDFG, or to perform schedule transformations on the SDFG. For example,
erasing an empty if branch, or merging two consecutive for-loops. The SDFG can then be reconstructed via the
``as_sdfg`` method or the ``from_schedule_tree`` function in ``dace.sdfg.analysis.schedule_tree.tree_to_sdfg``.
erasing an empty if branch, or merging two consecutive for-loops.
:param in_place: If True, the SDFG is modified in-place. Otherwise, a copy is made. Note that the SDFG might
not be usable after the conversion if ``in_place`` is True!
:return: A schedule tree representing the given SDFG.
Expand Down

0 comments on commit c3533c7

Please sign in to comment.