We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5dbe4 commit bc5d55fCopy full SHA for bc5d55f
1 file changed
examples/nemo/scripts/insert_loop_parallelism.py
@@ -278,7 +278,7 @@ def trans(psyir):
278
279
normalise_loops(
280
subroutine,
281
- hoist_local_arrays=gpu_loop_trans is not None,
+ hoist_local_arrays=False,
282
convert_array_notation=True,
283
# See issue #3022
284
loopify_array_intrinsics=psyir.name != "getincom.f90",
@@ -322,7 +322,7 @@ def trans(psyir):
322
enable_reductions=not REPRODUCIBLE,
323
uniform_intrinsics_only=REPRODUCIBLE,
324
asynchronous_parallelism=enable_async,
325
- allow_strings="omp_offload" not in PARALLEL_DIRECTIVES,
+ allow_strings="omp_offloading" not in PARALLEL_DIRECTIVES,
326
)
327
elif psyir.name not in PARALLELISATION_ISSUES and cpu_loop_trans:
328
# These have issues offloading, but we can still do threading
0 commit comments