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

basic allocatable functionality #1293

Merged
merged 6 commits into from Jul 5, 2023
Merged

basic allocatable functionality #1293

merged 6 commits into from Jul 5, 2023

Conversation

acalotoiu
Copy link
Contributor

We are adding basic functionality to allow experimentation with allocatable Fortran arrays. It should cover the cases where the allocation is done in the same context as variable declaration.

@acalotoiu acalotoiu requested a review from phschaad July 3, 2023 21:46
Copy link
Collaborator

@phschaad phschaad left a comment

Choose a reason for hiding this comment

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

Small cleanup changes, othewise LGTM

dace/frontend/fortran/ast_components.py Outdated Show resolved Hide resolved
dace/frontend/fortran/fortran_parser.py Outdated Show resolved Hide resolved
@@ -0,0 +1,51 @@
# Copyright 2023 ETH Zurich and the DaCe authors. All rights reserved.
Copy link
Collaborator

Choose a reason for hiding this comment

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

2019-2023

acalotoiu and others added 4 commits July 4, 2023 17:38
Co-authored-by: Philipp Schaad <schaad.phil@gmail.com>
Co-authored-by: Philipp Schaad <schaad.phil@gmail.com>
@acalotoiu acalotoiu enabled auto-merge July 4, 2023 21:00
@acalotoiu acalotoiu merged commit 7e03954 into master Jul 5, 2023
9 checks passed
@tbennun tbennun deleted the fortran_allocate branch July 17, 2023 06:52
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.

None yet

3 participants