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 04763b7 + 19e430f commit 49c57c4Copy full SHA for 49c57c4
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