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.
1 parent 3f181e5 commit fe32d8aCopy full SHA for fe32d8a
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