Skip to content
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

refactor[cartesian]: Replace is_start_state= with is_start_block= when buiding the SDFG for DaCe #1709

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

romanc
Copy link
Contributor

@romanc romanc commented Oct 24, 2024

Description

When building an SDFG for DaCe it is sometimes necessary to specify the starting point of the graph. In the past, is_start_state= was used for this. In never versions of Dace, is_start_state has been deprecated and replaced with is_start_block. This PR replaces the two occurrences in the cartesian/ folder and removes warnings generated during test runs. It looks like the next/ folder has already been cleaned.

Parent: GEOS-ESM/SMT-Nebulae#89

Requirements

  • All fixes and/or new features come with corresponding tests.
  • Important design decisions have been documented in the appropriate ADR inside the docs/development/ADRs/ folder.

If this PR contains code authored by new contributors please make sure:

  • The PR contains an updated version of the AUTHORS.md file adding the names of all the new contributors.

is_start_state has been deprecated and replaced with is_start_block in
never versions of DaCe.
@romanc
Copy link
Contributor Author

romanc commented Oct 24, 2024

PR deprecating is_start_state: spcl/dace#1404, release with version v0.15.1

@egparedes would you have time for a quick review?

/cc @FlorianDeconinck as mentioned today

Copy link
Contributor

@egparedes egparedes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@egparedes
Copy link
Contributor

cscs-ci run

@egparedes egparedes merged commit 692c14b into GridTools:main Oct 28, 2024
31 checks passed
@romanc romanc deleted the romanc/is_start_block branch October 28, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants