Skip to content

Commit 19e430f

Browse files
committed
Set default for LIBOMPTARGET_SHARED_DESCRIPTOR_MAX_SIZE to 0 (bytes)
1 parent 56099e0 commit 19e430f

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)