We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3e8380 + fe32d8a commit f99745dCopy full SHA for f99745d
offload/plugins-nextgen/amdgpu/src/rtl.cpp
@@ -2944,7 +2944,7 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
2944
1 * 1024 * 1024), // 1MB
2945
OMPX_DGPUMaps("OMPX_DGPU_MAPS", false),
2946
OMPX_SharedDescriptorMaxSize("LIBOMPTARGET_SHARED_DESCRIPTOR_MAX_SIZE",
2947
- 48),
+ 96),
2948
AMDGPUStreamManager(*this, Agent), AMDGPUEventManager(*this),
2949
AMDGPUSignalManager(*this), Agent(Agent), HostDevice(HostDevice) {}
2950
0 commit comments