Skip to content

Commit

Permalink
Readded continue to add kernels trans script that was removed in error
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyCat124 committed Sep 26, 2024
1 parent 9681870 commit 8e9d743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/nemo/scripts/acc_kernels_trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ def trans(psyir):
if psyir.name == "lib_fortran.f90":
if subroutine.name.lower().startswith("sign_"):
ACC_ROUTINE_TRANS.apply(subroutine)
continue

# Attempt to add OpenACC directives unless we are ignoring this routine
if subroutine.name.lower() not in ACC_IGNORE:
Expand Down

0 comments on commit 8e9d743

Please sign in to comment.