Skip to content

Commit

Permalink
removed dynzdf from offloading issues and moved to performance issues
Browse files Browse the repository at this point in the history
  • Loading branch information
addy419 committed Jan 16, 2025
1 parent 2d12fa4 commit 9e983b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/nemo/scripts/omp_gpu_trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"timing.f90",
"prtctl.f90",
"trazdf.f90",
"dynzdf.f90",
]

DONT_HOIST = [
Expand All @@ -86,9 +87,8 @@
OFFLOADING_ISSUES = [
"trcrad.f90", # Illegal address during kernel execution, unless the
# dimensions are small
"traatf_qco.f90", # Runtime: Failed to find device function
"traatf_qco.f90", # Runtime: Failed to find device function (BENCH)
"lbclnk.f90", # Improve performance until #2751
"dynzdf.f90", # Wrong runtime results
"traqsr.f90",
"ldftra.f90", # Wrong runtime results
]
Expand Down

0 comments on commit 9e983b1

Please sign in to comment.