-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue a warning when to_sdfg()
ignores the auto_optimize flag (Issue #1380).
#1395
Conversation
As it was discussed the ignoring of the `auto_optimize` flag in `to_sdfg()` is intentional. To make it clear to the user the function now issues a warning in this case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tried to be slightly more direct about what’s happening
Co-authored-by: Tal Ben-Nun <[email protected]>
Please change the PR title to be more descriptive. It will become the commit message after merging the PR. Thanks for the contribution 👍 |
to_sdfg()
ignores the auto_optimize flag (Issue #1380).
@BenWeber42 Renamed the issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Test failure seems to be spurious (see #1421). I initiated a re-run. Hopefully, it'll pass (I enabled debug-log, this might help otherwise). |
As it was discussed the ignoring of the
auto_optimize
flag into_sdfg()
is intentional. To make it clear to the user the function now issues a warning in this case.