-
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[dace]: Modified
gt_simplify()
(#1647)
Before the pass was just calling the native DaCe version. Now it will not call the `PromoteScalarToSymbol` and `ConstantPropagation` pass. This is because the lowering sometimes has to change between a symbol and a scalar and back and back again and so on. Furthermore, it looks like these passes have problems with that, so we excluded them. This is a temporary solution, at the end, it might be feasible or good to run the full simplify pass.
- Loading branch information
1 parent
08e063c
commit 07e2ee9
Showing
1 changed file
with
21 additions
and
11 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