Skip to content

Commit 49c57c4

Browse files
authored
[Flang][liboffload] Set default for LIBOMPTARGET_SHARED_DESCRIPTOR_MAX_SIZE to 0 (bytes) (llvm#3042)
2 parents 04763b7 + 19e430f commit 49c57c4

File tree

1 file changed

+1
-1
lines changed
  • offload/plugins-nextgen/amdgpu/src

1 file changed

+1
-1
lines changed

offload/plugins-nextgen/amdgpu/src/rtl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3023,7 +3023,7 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
30233023
1 * 1024 * 1024), // 1MB
30243024
OMPX_DGPUMaps("OMPX_DGPU_MAPS", false),
30253025
OMPX_SharedDescriptorMaxSize("LIBOMPTARGET_SHARED_DESCRIPTOR_MAX_SIZE",
3026-
96),
3026+
0),
30273027
OMPX_EnableDevice2DeviceMemAccess(
30283028
"OMPX_ENABLE_DEVICE_TO_DEVICE_MEM_ACCESS", false),
30293029
AMDGPUStreamManager(*this, Agent), AMDGPUEventManager(*this),

0 commit comments

Comments
 (0)