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 3037f5d commit 1bc6436Copy full SHA for 1bc6436
offload/plugins-nextgen/amdgpu/src/rtl.cpp
@@ -2954,7 +2954,7 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
2954
1 * 1024 * 1024), // 1MB
2955
OMPX_DGPUMaps("OMPX_DGPU_MAPS", false),
2956
OMPX_SharedDescriptorMaxSize("LIBOMPTARGET_SHARED_DESCRIPTOR_MAX_SIZE",
2957
- 48),
+ 96),
2958
AMDGPUStreamManager(*this, Agent), AMDGPUEventManager(*this),
2959
AMDGPUSignalManager(*this), Agent(Agent), HostDevice(HostDevice) {}
2960
0 commit comments