Skip to content

Commit

Permalink
Merge branch 'fortran_allocate' of https://github.com/spcl/dace into …
Browse files Browse the repository at this point in the history
…fortran_allocate
  • Loading branch information
Alexandru Calotoiu committed Jul 4, 2023
2 parents d610ce9 + 0dba011 commit 2db7ce9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dace/frontend/fortran/ast_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ def declaration_type_spec(self, node: FASTNode):
return node

def assumed_shape_spec_list(self, node: FASTNode):

return node

def type_declaration_stmt(self, node: FASTNode):
Expand Down
1 change: 0 additions & 1 deletion dace/frontend/fortran/fortran_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def allocate2sdfg(self, node: ast_internal_classes.Allocate_Stmt_Node, sdfg: SDF
strides=strides,
transient=transient)

#raise NotImplementedError("Fortran allocate statements are not implemented yet")

def write2sdfg(self, node: ast_internal_classes.Write_Stmt_Node, sdfg: SDFG):
#TODO implement
Expand Down

0 comments on commit 2db7ce9

Please sign in to comment.