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 56099e0 commit 19e430fCopy full SHA for 19e430f
offload/plugins-nextgen/amdgpu/src/rtl.cpp
@@ -3023,7 +3023,7 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
3023
1 * 1024 * 1024), // 1MB
3024
OMPX_DGPUMaps("OMPX_DGPU_MAPS", false),
3025
OMPX_SharedDescriptorMaxSize("LIBOMPTARGET_SHARED_DESCRIPTOR_MAX_SIZE",
3026
- 96),
+ 0),
3027
OMPX_EnableDevice2DeviceMemAccess(
3028
"OMPX_ENABLE_DEVICE_TO_DEVICE_MEM_ACCESS", false),
3029
AMDGPUStreamManager(*this, Agent), AMDGPUEventManager(*this),
0 commit comments