Skip to content

Commit 1bc6436

Browse files
macurtis-amdronlieb
authored andcommitted
[offload][amdgpu] Change LIBOMPTARGET_SHARED_DESCRIPTOR_MAX_SIZE default to 96
1 parent 3037f5d commit 1bc6436

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
@@ -2954,7 +2954,7 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
29542954
1 * 1024 * 1024), // 1MB
29552955
OMPX_DGPUMaps("OMPX_DGPU_MAPS", false),
29562956
OMPX_SharedDescriptorMaxSize("LIBOMPTARGET_SHARED_DESCRIPTOR_MAX_SIZE",
2957-
48),
2957+
96),
29582958
AMDGPUStreamManager(*this, Agent), AMDGPUEventManager(*this),
29592959
AMDGPUSignalManager(*this), Agent(Agent), HostDevice(HostDevice) {}
29602960

0 commit comments

Comments
 (0)