-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat[next]: Separates ITIR -> SDFG translation from running (#1379)
Before it was only possible to translate ITIR to SDFG and execute it and it was not possible to extract the SDFG. This commits splits this task into two parts and thus allows to perform the ITIR to SDFG translation without executing it.
- Loading branch information
1 parent
d7cf10f
commit 9f2ed1e
Showing
2 changed files
with
79 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters