Skip to content

Commit

Permalink
[OpenMP] Remove default synchronous copy back.
Browse files Browse the repository at this point in the history
Change-Id: Ia5b3017ddf5d09ec2dd922f064b0fe567ddd82ab
  • Loading branch information
carlobertolli authored and ronlieb committed Dec 11, 2024
1 parent b61ecce commit d288a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offload/plugins-nextgen/amdgpu/src/rtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2900,7 +2900,7 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
OMPX_DisableUsmMaps("OMPX_DISABLE_USM_MAPS", false),
OMPX_NoMapChecks("OMPX_DISABLE_MAPS", true),
OMPX_StrictSanityChecks("OMPX_STRICT_SANITY_CHECKS", false),
OMPX_SyncCopyBack("LIBOMPTARGET_SYNC_COPY_BACK", true),
OMPX_SyncCopyBack("LIBOMPTARGET_SYNC_COPY_BACK", false),
OMPX_APUPrefaultMemcopy("LIBOMPTARGET_APU_PREFAULT_MEMCOPY", "true"),
OMPX_APUPrefaultMemcopySize("LIBOMPTARGET_APU_PREFAULT_MEMCOPY_SIZE",
1 * 1024 * 1024), // 1MB
Expand Down

0 comments on commit d288a0d

Please sign in to comment.