Skip to content

Commit

Permalink
Requested fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMullowney committed Jan 17, 2025
1 parent 5e57d9e commit 709ec0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/trans/gpu/algor/ext_acc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ subroutine ext_acc_delete(ptrs, stream)
stream_act = stream
else
stream_act = acc_async_sync
endif
endif
#endif
allocate(common_ptrs(size(ptrs)))
num_ranges = get_common_pointers(ptrs, common_ptrs)
Expand Down
1 change: 0 additions & 1 deletion src/trans/gpu/algor/growing_allocator_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ SUBROUTINE DESTROY_GROWING_ALLOCATOR(ALLOC)
#ifdef ACCGPU
!$ACC EXIT DATA DELETE(ALLOC%PTR)
#endif
!$ACC EXIT DATA DELETE(ALLOC%PTR)
DEALLOCATE(ALLOC%PTR)
NULLIFY(ALLOC%PTR)
ENDIF
Expand Down

0 comments on commit 709ec0f

Please sign in to comment.