Skip to content

Commit f99745d

Browse files
authored
[offload][amdgpu] Set ...SHARED_DESCRIPTOR_MAX_SIZE default to 96 (llvm#1011)
passed all but hipCatch2, openmplibomptarget change
2 parents a3e8380 + fe32d8a commit f99745d

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
@@ -2944,7 +2944,7 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
29442944
1 * 1024 * 1024), // 1MB
29452945
OMPX_DGPUMaps("OMPX_DGPU_MAPS", false),
29462946
OMPX_SharedDescriptorMaxSize("LIBOMPTARGET_SHARED_DESCRIPTOR_MAX_SIZE",
2947-
48),
2947+
96),
29482948
AMDGPUStreamManager(*this, Agent), AMDGPUEventManager(*this),
29492949
AMDGPUSignalManager(*this), Agent(Agent), HostDevice(HostDevice) {}
29502950

0 commit comments

Comments
 (0)